The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Link to new window - pls help
I added the following form to my site for pollstar concert searches (code listed at pollstar). I want to have a popup display the result of the table input or a new page, instead of this link navigating away from my site - I thought I'd need target= "_blank" somewhere, but not sure - any suggestions? thx:
<!-- Pollstar Search Form code STARTS here --> <center> <form action="http://www.pollstar.com/tour/searchall.pl" method=post> <a href="http://www.pollstar.com"> <img vspace=6 src = "http://images.pollstar.com/icons/pollstar.gif" border="0" ></a> <br> Search Tour Database by: <input type="radio" name="By" value="Artist" checked>Artist <input type="radio" name="By" value="City">City <input type="radio" name="By" value="Venue">Venue <table><tr> <td><input name="Content" size=20></td> <td><input type="image" src="http://images.pollstar.com/icons/pssearch.gif" name="StartSearch" border=0></td> </tr></table> </form></center> |
#2
|
|||
|
|||
Try...
Code:
<form target="_blank" action="http://www.pollstar.com/tour/searchall.pl" method=post> |
#3
|
|||
|
|||
Rock the house! thx
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|