![]() | |
#1
| |||
| |||
|
|
Can anybody suggest something to ensure the 2nd page is submitted automatically without having to click "submit". |
|
/HEAD BODY onload="document.xyz.submit()" form name="form1" method="get" action="http://www.some.com./search-name.asp?" .... |
#2
| |||
| |||
|
|
BernieH wrote: Can anybody suggest something to ensure the 2nd page is submitted automatically without having to click "submit". ... /HEAD BODY onload="document.xyz.submit()" form name="form1" method="get" action="http://www.some.com./search-name.asp?" ... It redirects fine for me with the correct element names: BODY onload="document.form1.submit()" -- Jan http://213.47.90.11 |
#3
| |||
| |||
|
|
Jan, thank you! I didn't pick up on that. BernieH |
|
It redirects fine for me with the correct element names: BODY onload="document.form1.submit()" |
![]() |
| Thread Tools | |
| Display Modes | |
| |