Hi,
I've got the same code on both Act_Primary.html & Act_PrimaryCheckout.html.
Code from Primary: -
Code from PrimaryCheckout: -
The problem is that when viewed the Search on the PrimaryChechout pages doesn't appear the same as it does on Primary pages, or any other where I have the same code?
I've attached a shot to show what I mean. The top nav bar show the results on a Primary page the one below the view on a PrimaryCheckout page.
I've looked and looked, and cut and pasted 'till the cows come home, but can not find what the cause is.
Has anyone got any ideas where to look, or can see where the problem lies?
Regards,
Andrew
I've got the same code on both Act_Primary.html & Act_PrimaryCheckout.html.
Code from Primary: -
Code:
<table cellSpacing=0 cellPadding=0 width=770 align=center border=0 background="bar.gif"> <tr> <td colspan="4" background="bar.gif" height="25"></td> <td> <form name=simplesearch action="http://trials.actinic.com/cgi-bin/ss100023.pl" METHOD="GET"> <td width="135" height="25" valign="middle" align="right"> <input class="searchbox" name="SS" size="15" maxsize="125" value="Product Search..." onFocus="this.value='';this.style.background='#ffffff'"> </td> <td width="19" height="25" align="center"> <input type="image" border="0" name="ACTION" src="searchbar.gif" height="23" alt="Go!"> <input TYPE=HIDDEN NAME="PR" VALUE="-1"> <input TYPE=HIDDEN NAME="TB" VALUE="A"> <input TYPE=HIDDEN NAME="SHOP" VALUE="trlshop14629"> </td> </form> </td> <td align="right"><font color="#a9c098"> <B><A HREF="index.html" TARGET="_parent" onMouseOver="SwapImage('hnavb_home','home2.gif')" onMouseOut="RestoreImage()"><span class="actnav">Home</span></A> | </B> <B><A HREF="About.html" TARGET="_self" onMouseOver="SwapImage('button8','brochurebutton2.gif')" onMouseOut="RestoreImage()"><span class="actnav">About Us</span></A> | </B> <B><A HREF="News.html" TARGET="_self" onMouseOver="SwapImage('button9','brochurebutton2.gif')" onMouseOut="RestoreImage()"><span class="actnav">News</span></A> | </B> <B><A HREF="http://trials.actinic.com/cgi-bin/ss100023.pl?SECTIONID=shop.html&SHOP=trlshop14629&NOLOGIN=1" TARGET="_self" onMouseOver="SwapImage('button7','shop2.gif')" onMouseOut="RestoreImage()"><span class="actnav">Online Store</span></A> | </B> <B><A HREF="http://trials.actinic.com/cgi-bin/mf100023.pl?ACTION=SHOWFORM" TARGET="_self" onMouseOver="SwapImage('hnavb_mail','mail2.gif')" onMouseOut="RestoreImage()"><span class="actnav">Contact Us</span></A> | </B> <B><A HREF="http://trials.actinic.com/cgi-bin/ss100023.pl?SECTIONID=index.html&SHOP=trlshop14629" TARGET="_self" onMouseOver="SwapImage('hnavb_login','login2.gif')" onMouseOut="RestoreImage()"><span class="actnav">Login</span></A> | </B> </font></td> </tr> </table>
Code:
<table cellSpacing=0 cellPadding=0 width=770 align=center border=0 background="bar.gif"> <tr> <td colspan="4" background="bar.gif" height="25"></td> <td> <form name=simplesearch action="http://trials.actinic.com/cgi-bin/ss100023.pl" METHOD="GET"> <td width="135" height="25" valign="middle" align="right"> <input class="searchbox" name="SS" size="15" maxsize="125" value="Product Search..." onFocus="this.value='';this.style.background='#ffffff'"> </td> <td width="19" height="25" align="center"> <input type="image" border="0" name="ACTION" src="searchbar.gif" height="23" alt="Go!"> <input TYPE=HIDDEN NAME="PR" VALUE="-1"> <input TYPE=HIDDEN NAME="TB" VALUE="A"> <input TYPE=HIDDEN NAME="SHOP" VALUE="trlshop14629"> </td> </form> </td> <td align="right"><font color="#a9c098"> <B><A HREF="index.html" TARGET="_parent" onMouseOver="SwapImage('hnavb_home','home2.gif')" onMouseOut="RestoreImage()"><span class="actnav">Home</span></A> | </B> <B><A HREF="About.html" TARGET="_self" onMouseOver="SwapImage('button8','brochurebutton2.gif')" onMouseOut="RestoreImage()"><span class="actnav">About Us</span></A> | </B> <B><A HREF="News.html" TARGET="_self" onMouseOver="SwapImage('button9','brochurebutton2.gif')" onMouseOut="RestoreImage()"><span class="actnav">News</span></A> | </B> <B><A HREF="http://trials.actinic.com/cgi-bin/ss100023.pl?SECTIONID=shop.html&SHOP=trlshop14629&NOLOGIN=1" TARGET="_self" onMouseOver="SwapImage('button7','shop2.gif')" onMouseOut="RestoreImage()"><span class="actnav">Online Store</span></A> | </B> <B><A HREF="http://trials.actinic.com/cgi-bin/mf100023.pl?ACTION=SHOWFORM" TARGET="_self" onMouseOver="SwapImage('hnavb_mail','mail2.gif')" onMouseOut="RestoreImage()"><span class="actnav">Contact Us</span></A> | </B> <B><A HREF="http://trials.actinic.com/cgi-bin/ss100023.pl?SECTIONID=index.html&SHOP=trlshop14629" TARGET="_self" onMouseOver="SwapImage('hnavb_login','login2.gif')" onMouseOut="RestoreImage()"><span class="actnav">Login</span></A> | </B> </font> </td> </tr> </table>
I've attached a shot to show what I mean. The top nav bar show the results on a Primary page the one below the view on a PrimaryCheckout page.
I've looked and looked, and cut and pasted 'till the cows come home, but can not find what the cause is.
Has anyone got any ideas where to look, or can see where the problem lies?
Regards,
Andrew
Comment