|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi everyone,
I have tried a lot to set up a HTML page with a form inside it but without any submit button,but nothing worked. Could anyone help me and tel me if it's possible that when my HTML page is called, it submit the form to my cgi? Thanks for anyhelp. |
|
#2
|
||||
|
||||
|
put this script onload in your page.
<script> function sendit(){ document.formname.submit(); } </script> <body onload="sendit()"> for NS include any layers ie: document.layerid.document.formname.submit(); ------------------ Simon Wheeler FirePages -DHTML/PHP/MySQL |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > forms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|