php-n00b Posted November 8, 2009 Share Posted November 8, 2009 What's Up? OK, So I'm creating a auto submission script, And i have it working, Well some whatley, You see when I myself click the submit button everything works, But my goal is to make it automatic. On another forum in the javascript section we used onload="document.post.submit();" But to put it in short that didn't work. So i thought how about our good old friend vbscript. So it it possible via <script type="vbscript">? Link to comment https://forums.phpfreaks.com/topic/180784-vb-html-form-submission/ Share on other sites More sharing options...
trq Posted November 8, 2009 Share Posted November 8, 2009 vbscript will only work in IE. Why not try and find out why your Javascript didn't work instead? Link to comment https://forums.phpfreaks.com/topic/180784-vb-html-form-submission/#findComment-953810 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.