Submitting a form without clicking submit

F

Fox

Hi,

Can someone tell me how to submit a form
from within a scripted page without anyone
having to manually click submit ?

Is this something that XML is needed for ?
If so, I still need to know how to do it (G)

Any help would be greatly appreciated.

Thanks,
Fox
 
E

Evertjan.

Fox wrote on 10 sep 2003 in microsoft.public.inetserver.asp.general:
Can someone tell me how to submit a form
from within a scripted page without anyone
having to manually click submit ?

Is this something that XML is needed for ?
If so, I still need to know how to do it (G)

Any help would be greatly appreciated.

This is definitly not a serverside asp question

Please see and follow up on a clientside NG.

{btw: easily done with javascript: document,forms,myfor.submit()}
 
R

Randy Rahbar

Can someone tell me how to submit a form
from within a scripted page without anyone
having to manually click submit ?

Is this something that XML is needed for ?
If so, I still need to know how to do it (G)

XML? I dont think so... you can try something like this with javascript...

<script>
function sendit() {
formname.submit();
}
</script>

<body onload="sendit();">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top