|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Server Side ASP Form Post without a button or click |
From: |
masha |
Date: |
3/13/2001 9:15:11 AM |
IP: |
195.68.133.37 |
try to do this:
<form name="SuperForm" action="..."....>
....
</form>
<script language="javascript">
document.SuperForm.submit();
</script>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|