Hello everyone
simple task that seems to be throwing me, what i`m trying to do is add a search box to Outlook 2003 stationary see attached HTML.
---------------------------------------------------------------------
<table width="422" border=1 align="center" cellpadding=0 cellspacing=0 bordercolor="#4245B5">
<form name=simplesearch action="https://www.rackingplus.com/cgi-bin/ss000001.pl" METHOD="GET">
<tr bgcolor="#4245B5">
<td align=left valign=middle noWrap bgcolor="#4245B5" class="Normal"><div align="center" class="style1">Search Racking<em>plus</em>.com Our Online Store</div></td>
</tr>
<tr>
<td height="52" align=left valign=middle noWrap class="Normal"><div align="center"><strong>Search For </strong>
<input type="TEXT" name="SS" size="30" maxsize="125" onFocus="this.value='';this.style.background='#FFFFFF'">
<input type="image" border="0" name="ACTION" src="https://www.rackingplus.com/acatalog/quicksearch.gif" alt="Go!">
<input TYPE=HIDDEN NAME="PR" VALUE="-1">
<input TYPE=HIDDEN NAME="TB" VALUE="A">
<input TYPE=HIDDEN NAME="SHOP" VALUE="">
</div></td>
</tr>
</form>
</table>
-------------------------------------------------------------------------
thing is it all works well untill the dam thing is put in outlook then it all goes pear shape
I no this isnt exactly an actinic matter, but adding a search box to emails would prove good for all users
Hope someone can help
Napolean
simple task that seems to be throwing me, what i`m trying to do is add a search box to Outlook 2003 stationary see attached HTML.
---------------------------------------------------------------------
<table width="422" border=1 align="center" cellpadding=0 cellspacing=0 bordercolor="#4245B5">
<form name=simplesearch action="https://www.rackingplus.com/cgi-bin/ss000001.pl" METHOD="GET">
<tr bgcolor="#4245B5">
<td align=left valign=middle noWrap bgcolor="#4245B5" class="Normal"><div align="center" class="style1">Search Racking<em>plus</em>.com Our Online Store</div></td>
</tr>
<tr>
<td height="52" align=left valign=middle noWrap class="Normal"><div align="center"><strong>Search For </strong>
<input type="TEXT" name="SS" size="30" maxsize="125" onFocus="this.value='';this.style.background='#FFFFFF'">
<input type="image" border="0" name="ACTION" src="https://www.rackingplus.com/acatalog/quicksearch.gif" alt="Go!">
<input TYPE=HIDDEN NAME="PR" VALUE="-1">
<input TYPE=HIDDEN NAME="TB" VALUE="A">
<input TYPE=HIDDEN NAME="SHOP" VALUE="">
</div></td>
</tr>
</form>
</table>
-------------------------------------------------------------------------
thing is it all works well untill the dam thing is put in outlook then it all goes pear shape
I no this isnt exactly an actinic matter, but adding a search box to emails would prove good for all users
Hope someone can help
Napolean
Comment