submit
submit
- Started
- Last post
- 9 Responses
- The_Agency
I know this may sound completely idiotic, but how do I make a form image/button open a new window when it's pressed?
- The_Agency0
like...here's the code:
""
and i want it to open that link in a new window....?
- The_Agency0
damn...didn't work. here's the code again..
//
- The_Agency0
how am i s'posed to do this?
--!>
- The_Agency0
screw it...it's just a normal form, onsubmit action, and i want it to open in a new window
- unknown0
are you smoking grass?
- The_Agency0
hahaha
yea
- 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
- unknown0
so no smoking. cool. time to work
- The_Agency0
thanks man...appreciate it.