G
Guest
Hello
i make my first steps with the Callback Manager
for example
function Script_CalculateValues(result,context)
{
alert("test : \n" + result);
//document.forms[0].elements["txtHG"].value = "2test";
//document.all.txtHG.Value = "2test";
//document.getElementById("txtHG").value = "fjkds";
//document.all.ContentPlaceHolder1.Label2.Text = "test";
}
When i use a Masterpage, i cannot access the textbox.
the contentplaceholder includes the textbox
all variants in the upper example were unsuccessful
ANY IDEA
i make my first steps with the Callback Manager
for example
function Script_CalculateValues(result,context)
{
alert("test : \n" + result);
//document.forms[0].elements["txtHG"].value = "2test";
//document.all.txtHG.Value = "2test";
//document.getElementById("txtHG").value = "fjkds";
//document.all.ContentPlaceHolder1.Label2.Text = "test";
}
When i use a Masterpage, i cannot access the textbox.
the contentplaceholder includes the textbox
all variants in the upper example were unsuccessful
ANY IDEA