[Javascript] what if I don't name the form

doug nash quietgraceinla at hotmail.com
Thu Aug 1 16:24:57 CDT 2002


<FORM METHOD=POST ACTION="question02.asp">

how can I use this here

or should I just name it

this function request me to use

 <FORM METHOD=POST name="myform" ACTION="question02.asp">

<the code>

<script language = "Javascript"> 

function submit_it(thepage)

{

document.myform.action = thepage;

document.myform.submit();

return true;

}

</script>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020801/1cb055dd/attachment.htm>


More information about the Javascript mailing list