|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
automatic form submission using ASP
<i><b>Originally posted by : Bianca (bianca@nirve.com)</b></i><br />Hi all,<br /><br />I'm trying to automatically submit a form to a .dll file after some <input> fields values are filled by ASP. I would like to know if there's any function just like the document.forms[0].submit() in JavaScript for VBScript in ASP? I cannot do it in JavaScript because I don't want to have an extra stop/refresh while the JavaScript is loading.<br /><br />Thanks,<br /><br />Bianca
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : NILESH SHAH (ShahN@Nabisco.com)</b></i><br /><br />Just Insert this in your vbscript where frmTest is the name of the FORM<br /><br />frmTest.submit()<br /><br />------------<br />Bianca at 4/12/2000 7:19:35 PM<br /><br />Hi all,<br /><br />I'm trying to automatically submit a form to a .dll file after some <input> fields values are filled by ASP. I would like to know if there's any function just like the document.forms[0].submit() in JavaScript for VBScript in ASP? I cannot do it in JavaScript because I don't want to have an extra stop/refresh while the JavaScript is loading.<br /><br />Thanks,<br /><br />Bianca
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > automatic form submission using ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|