Thanks feherke, however this is still not working for me. Now it goes to the URL listed in the onclick, but the post doesn't submit the form.
What javascript needs to be in the header in order to make this work?
<form method="POST" action="http://www.amazon.com" target="_blank">
<input...
I have a form whose Submit button posts to a new browser instance. I also need that same submit button to perform an onclick to refresh its page with a new url.
Something like the following doesn't work for me. What am I doing wrong?
<form method="POST" action="http://www.amazon.com"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.