kpetsche20 Posted October 4, 2008 Share Posted October 4, 2008 Is it possible to use the javascript SUBMIT() function and make it submit a form outside the form tags? Quote Link to comment Share on other sites More sharing options...
JasonLewis Posted October 4, 2008 Share Posted October 4, 2008 I believe so, you can test it. <form action="page.php" method="post" id="form"> <input type="text" name="name" id="name" /> </form> <br /> <img src="image.jpg" onclick="javascript: document.getElementById('form').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.