celticking
Technical User
I have a profile for a user in a pop-up window. I have a link on this page to send that user a message, a form opens in the same window. I use the following code...
form action="action.lasso" method="post">
<input type="submit" name="-add" value="Submit">
I'd prefer, when a user submits the form, to be sent back to the original profile page, back one. I've tried using onClick="history.back()" and onSubmit but neither seems to work.
Cany anyone help please?
form action="action.lasso" method="post">
<input type="submit" name="-add" value="Submit">
I'd prefer, when a user submits the form, to be sent back to the original profile page, back one. I've tried using onClick="history.back()" and onSubmit but neither seems to work.
Cany anyone help please?