pega.u.d.setProperty("PageName.Property","Value");
<html>
<body>
function SetPropertyValue(){
var v1 = document.GetElementByID("PropertyName").Value;
pega.u.d.setProperty("PageName.PropertyName","v1");
<input id = "PropertyName" onchange="SetPropertyValue()"/>
<input id = "PropertyName" value= "Value1"/>
</body>
</html>
No comments:
Post a Comment