View Full Version : Search engine box on front HTML Page
DVDBritain
22-May-2003, 09:22 PM
Hi,
Currently i have a normal actinic shop front page and when i click on that i then end up with the actinic search box (where you type and click go).
If i copy the Actinic code onto my front page (which is created by actinic) it just shows as text and not a search option.
So my question is how to have the search box on the first catalog page as well as the shop.
Thanks
Jason
ambersoft
23-May-2003, 03:08 PM
Hi Jason,
If you want something like on my site.... www.photo-scotland.co.uk in the buttons on the left....
If you mail me at garry@photo-scotland.co.uk I'll send you the code tonight, when I get home from the drudgry that is working in London.....
Garry
DVDBritain
25-May-2003, 08:15 AM
Hi Garry,
Yeah something like that (though you have a slight problem with your code putting another site within a site).
But i would appreciate the help. :D
Thanks
Jason
ambersoft
26-May-2003, 04:42 PM
Hi Jason,
Not sure what you mean about putting one site in another???
Anyway here is the code I pasted into the act_BrochureFrameNavBar.html file in the site1 directory (using catalog)....
<!-- Inserted the following to put a SEARCH form on the brochure pages -->
<form name=simplesearch action="http://www.photo-scotland.co.uk/cgi-bin/ss000001.pl" method="GET" target=BrochureBody >
<tr>
<td nowrap align="left">
<input type="TEXT" name="SS" size="12" maxsize="75" value="Quick search" onFocus="this.value='';this.style.background='#FFFFFF'">
<input name="ACTION" type="image" src="quicksearch.gif" border="0">
<input type=HIDDEN name="PR" value="-1">
<input type=HIDDEN name="TB" value="A">
<input type=HIDDEN name="SHOP" value="">
</td>
</tr>
</form>
<!-- End of SEARCH form code -->
Presume you should replace things like "www.photo-scotland.co.uk" with your own domain name.
Hope it helps
Garry
www.photo-scotland.co.uk
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.