submit
submit
Out of context: Reply #7
- Started
- Last post
- 9 Responses
- decon0
In your form tag, put this in:
target="_blank"
====================
So it should look like this:form method="post" action="somepage.html" target="_blank"
====================
Hope that helps