PDA

View Full Version : Link to new window - pls help


okc
08-04-2005, 02:17 PM
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>

calorie
08-04-2005, 02:21 PM
Try...

<form target="_blank" action="http://www.pollstar.com/tour/searchall.pl" method=post>

okc
08-04-2005, 02:24 PM
Rock the house! thx