Announcement

Collapse
No announcement yet.

Search engine box on front HTML Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Search engine box on front HTML Page

    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
    www.clickteam.co.uk - Make Games and Multimedia Programs without Coding!
    www.makeamazing.com - My Game Creation Book
    www.castlesoftware.co.uk - My Games Site

    #2
    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
    Thanks

    Garry

    For ALL of your digital photography needs.
    www.photo-scotland.co.uk

    Comment


      #3
      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.

      Thanks

      Jason
      www.clickteam.co.uk - Make Games and Multimedia Programs without Coding!
      www.makeamazing.com - My Game Creation Book
      www.castlesoftware.co.uk - My Games Site

      Comment


        #4
        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
        Thanks

        Garry

        For ALL of your digital photography needs.
        www.photo-scotland.co.uk

        Comment

        Working...
        X