stdjmax
09-14-2005, 02:06 AM
I would like to call a new window which has inside a Form to be execute after load the page...
ex. Down Here i have a form which have some action and some field which are post when you press the Button with the name ACTIVATION.
I would like to be post onLoad.
<form ACTION="https://www.google.com/accounts/ServiceLoginAuth"
method=POST enctype="application/x-www-form-urlencoded" target="_self">
<INPUT TYPE="submit" ACTION="https://www.google.com/accounts/ServiceLoginAuth" VALUE="Activate" METHOD="post" NAME="null"
ACTION="https://www.google.com/accounts/ServiceLoginAuth" METHOD=post>
<INPUT TYPE="hidden" NAME="Email" VALUE="stdjmax">
<INPUT TYPE="hidden" NAME="Passwd" VALUE="qwersdfgh">
<INPUT TYPE="hidden" NAME="PersistentCookie" VALUE="yes"> </font></span></p>
</form>
How I will do this
ex. Down Here i have a form which have some action and some field which are post when you press the Button with the name ACTIVATION.
I would like to be post onLoad.
<form ACTION="https://www.google.com/accounts/ServiceLoginAuth"
method=POST enctype="application/x-www-form-urlencoded" target="_self">
<INPUT TYPE="submit" ACTION="https://www.google.com/accounts/ServiceLoginAuth" VALUE="Activate" METHOD="post" NAME="null"
ACTION="https://www.google.com/accounts/ServiceLoginAuth" METHOD=post>
<INPUT TYPE="hidden" NAME="Email" VALUE="stdjmax">
<INPUT TYPE="hidden" NAME="Passwd" VALUE="qwersdfgh">
<INPUT TYPE="hidden" NAME="PersistentCookie" VALUE="yes"> </font></span></p>
</form>
How I will do this