Web Hosting Talk







View Full Version : coding question.


Johnburk
07-14-2005, 02:04 PM
Do you know how this code can be turned into a code that opens in a new frame?


<IMG SRC="http://service.bfast.com/bfast/serve?bfmid=1821541&siteid=41483115&bfpage=asearch_test" BORDER="0" WIDTH="1" HEIGHT="1" NOSAVE >
<FORM ACTION="http://service.bfast.com/bfast/click" >
<INPUT TYPE="hidden" NAME="siteid" VALUE="41483115" >
<INPUT TYPE="hidden" NAME="bfpage" VALUE="asearch_test">
<INPUT TYPE="hidden" NAME="bfmid" VALUE="1821541" >
<table width="170" border="0" cellspacing="0" cellpadding="1" bgcolor="#3366CC">
<tr>
<td>
<table width="170" border="0" cellspacing="0" cellpadding="4" bgcolor="#FFFFFF" background="http://www.nl.bol.com/intershoproot/eCS/Store/nl/imagesOnline/CMS/minisites/marketing/partnerprogramma/bol_icoon.gif">
<tr>
<td bgcolor="#3366CC" align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#FFFFFF"><b>Vind
onze producten</b></font></td>
</tr>
<tr>
<td>
<input type="hidden" name="orenge_section" value="MUSIC">
<input type="hidden" name="Section" value="home">
<input type="hidden" name="orenge_quicksearch" value="true">
<input type="hidden" name="orenge_section" value="home">
<img src="http://www.nl.bol.com/intershoproot/eCS/Store/nl/imagesOnline/CMS/minisites/marketing/partnerprogramma/spacerblank.gif" width="1" height="6"><br>
<select name="orenge_quicksearch_subset">
<option value="all|Alle producten" selected>Alle producten
<option value="books_nl|Boeken (Nederlands)">Boeken (Nederlands
<option value="books_en|Boeken (Engels)">Boeken (Engels)
<option value="MUSIC|Muziek">Muziek
<option value="VIDEO|DVD/Video">DVD/Video
<option value="SOFTWARE|Software">Software
<option value="GAMES|Games">Games
<option value="SCE|Elektronica">Elektronica
<select>
</td>
</tr>
<tr>
<td>
<input type="hidden" name="LogLevel_orenge_quicksearch" value="1">
<input type="hidden" name="LogLevel_orenge_section" value="1">
<input type="hidden" name="LogLevel_Section" value="1">
<input type="hidden" name="LogLevel_orenge_quicksearch_subset" value="1">
<input type="hidden" name="orenge_search_source" value="">
<input type="hidden" name="LogLevel_orenge_search_source" value="1">
<input type="hidden" name="orenge_cursorPosition" value="0">
<input type="hidden" name="orenge_resultSetSize" value="20">
<input type="text" name="search_query_keyword" value="" size="18">
<input type="hidden" name="LogLevel_search_query_keyword" value="1">
<input type="image" name="submit" value="search" src="http://www.nl.bol.com/intershoproot/eCS/Store/nl/imagesOnline/but_simple_search.gif" border="0" alt="Zoeken">
</td>
</tr>
<tr>
<td><img src="http://www.nl.bol.com/intershoproot/eCS/Store/nl/imagesOnline/CMS/minisites/marketing/partnerprogramma/spacerblank.gif" width="1" height="4"><br>
<img src="http://www.nl.bol.com/intershoproot/eCS/Store/nl/imagesOnline/CMS/minisites/marketing/partnerprogramma/bol.gif" width="95" height="25" border="0" alt="bol.com"></td>
</tr>
</table>
</td>
</tr>
</table>
</FORM>

VolkNet
07-14-2005, 02:24 PM
Although I dont fully understand the Q,

I think in the line that says:
<FORM ACTION="http://service.bfast.com/bfast/click" >

You can add a target="_blank" or whatever frame you have. IE

<FORM ACTION="http://service.bfast.com/bfast/click" target="_blank">

Johnburk
07-14-2005, 02:30 PM
Wow, thanks alot. Its working perfectly now