Announcement

Collapse
No announcement yet.

Search catalog from a dreamweaver page

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

    Search catalog from a dreamweaver page

    My catalog is part of a site with a number of dreamweaver pages, can I add the search facility to some of these pages?
    And roughly how?
    Thanks,
    Meg
    www.compendia.co.uk
    Compendia Traditional Games and Puzzles
    www.toogoods-games.co.uk
    Wooden carrom board handmade in the UK

    #2
    Just include the following into your HTML

    Code:
    <form name=simplesearch action="http://www.domain.co.uk/cgi-bin/ss000001.pl" METHOD="GET">
                <tr> 
                  <td valign=middle noWrap align=center> <input type="TEXT" name="SS" size="11" maxsize="125" value="Quick search" onFocus="this.value='';this.style.background='#FFFFFF'"> 
                    <input TYPE=HIDDEN NAME="PR" VALUE="-1"> <input TYPE=HIDDEN NAME="TB" VALUE="A"> 
                    <input TYPE=HIDDEN NAME="SHOP" VALUE=""></td>
                </tr>
              </form>
    and adjust the attributes accordingly


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      oooh you're just so lovely and helpful. I'm going to have a play with that later.
      www.compendia.co.uk
      Compendia Traditional Games and Puzzles
      www.toogoods-games.co.uk
      Wooden carrom board handmade in the UK

      Comment

      Working...
      X