Link to home
Start Free TrialLog in
Avatar of pigmentarts
pigmentartsFlag for United Kingdom of Great Britain and Northern Ireland

asked on

automatic form submit with on body load

I need some javascript code that submits my form automatic  WITHOUT using "on body load" as i dont have access to that part of the page.

many thanks
<iframe name="3dseucre" id="frame1" src="#Response.ACSURL#" width="100%" height="500" style="border:0;"></iframe>
<form name="form" method="POST" action="#Response.ACSURL#" target="3dseucre"/>
      <input type="hidden" name="PaReq" value="#Response.PaReq#"/>
      <input type="hidden" name="TermUrl" value="https://#CGI.HTTP_HOST#/bookings/response.cfm"/>
      <input type="hidden" name="MD" value="#Response.MD#"/>
         <input type="submit" value="Go"/>
</form>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of bored321
bored321
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of HonorGod
HonorGod
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pigmentarts

ASKER

yes script tags should be ok thanks I will try these
Thanks for the assist and the points.

Good luck & have a great day.