coder9 Posted July 21, 2008 Share Posted July 21, 2008 Ok, i know how to create basic form with button. What i want is an automatic one. That has no button. Let say the fields has values already. and then automatically redirect to the other page. How would do that? Tank u! Quote Link to comment Share on other sites More sharing options...
tibberous Posted July 21, 2008 Share Posted July 21, 2008 Javascript. But I can't think of any time you would ever want to do that, except maybe some kind of XSS type thing. Quote Link to comment Share on other sites More sharing options...
unkwntech Posted July 21, 2008 Share Posted July 21, 2008 The JavaScript for that would be this: onLoad="document.formName.submit();" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.