photobookie
Programmer
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=" target="_blank">
<input TYPE="Button" CLASS="Button" value="Continue Shopping" name="Shop" OnClick="javascript:location.href='
</form>
Thanks in advance.
Something like the following doesn't work for me. What am I doing wrong?
<form method="POST" action=" target="_blank">
<input TYPE="Button" CLASS="Button" value="Continue Shopping" name="Shop" OnClick="javascript:location.href='
</form>
Thanks in advance.