sjuarez1979
Programmer
I wrote a little function that takes information and populates a hidden field before form submission. For some reason it gives me this error:
Object doesn't support this property or method
Here is the Code:
function SubmitIt()
{
UpdateNonPic.f_P1CenterText.value = idContent.document.body.innerHTML;
//this next line is the problem...
UpdateNonPic.Submit();
}
Can Anyone Help?
sjuarez1979
Object doesn't support this property or method
Here is the Code:
function SubmitIt()
{
UpdateNonPic.f_P1CenterText.value = idContent.document.body.innerHTML;
//this next line is the problem...
UpdateNonPic.Submit();
}
Can Anyone Help?
sjuarez1979