[ic] Form submission without any submit buttons

Paul Jordan interchange-users@icdevgroup.org
Wed Dec 4 11:22:00 2002


> If not here is my question:
> Is there a way to submit a form without having to click submit button
> of any sort. The form would be submitted with hidden fields
> automatically when a particular page is opened.  Does anyone have any
> simple way of doing this?
>
> Thanks for your help,
> Tom
>


<body onLoad="pp.submit()">

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
name="pp">

Paul