Say I have some code like this
The thing is I don't know how to submit it by inlining javascript in the address bar. javascript:document.formname.submit(); would work, but the form doesn't have a name. javascript:document.forms[0].answer.submit(); doesn't work. neither does javascript:document.forms[0].elements[1].submit(); Assuming there's already something in the box when the page loads, how can I submit it automatically? Thanks.
2006-06-11
14:35:54
·
1 answers
·
asked by
Anonymous
in
Internet