A
Anthony Judd
This javascript function is called upon submitting a form. I have checked
that the value
in the layer "ed" is being retrieved ok..and it is fine. The content form
element seems to be populated
with the required information..upon calling this function. When i try to
retrieve the value of this form element via Response.Write()
however nothing comes up.
Any Ideas. ???
function submitform()
{
document.forms[0].content.value = document.all.ed.innerHTML;
document.forms[0].submit();
}
When i response.write(Request.Form("content")) it comes up empty...!!!
Can anyone tell me what could be wrong ??
Help appreciated.
that the value
in the layer "ed" is being retrieved ok..and it is fine. The content form
element seems to be populated
with the required information..upon calling this function. When i try to
retrieve the value of this form element via Response.Write()
however nothing comes up.
Any Ideas. ???
function submitform()
{
document.forms[0].content.value = document.all.ed.innerHTML;
document.forms[0].submit();
}
When i response.write(Request.Form("content")) it comes up empty...!!!
Can anyone tell me what could be wrong ??
Help appreciated.