Forums

This topic is locked

Auto submit a form, is ther anyway to do it?

Posted 19 Jan 2004 16:45:40
1
has voted
19 Jan 2004 16:45:40 Adam Hussain posted:
Does anyone know how to make a page submit a form on load? I've tried quite a few methods but non of them seem to work..

Just exactly how many ways are ther to autosubmit a form?

Replies

Replied 19 Jan 2004 17:12:56
19 Jan 2004 17:12:56 Dave Clarke replied:
I have an extension here that allows you to do this
form manager.mxp, can't remember where i got it tho, try searching for it on here or macromedia exchange.

Dave

ASP|VBScript|IIS5.1|Access|WinXPPro & WinXPHome
Replied 30 Jan 2004 22:48:00
30 Jan 2004 22:48:00 Erik Piisila replied:
Here's what I Use

<body onload="document.YourFormNameHere.submit()">

Reply to this topic