Announcement

Collapse
No announcement yet.

Search button on non-Actinic homepage

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

    Search button on non-Actinic homepage

    Hi there,

    I'm developing our homepage in Dreamweaver instead of using Actininc's homepage.

    Can someone tell me how to include the search button in this situation?

    BTW tried looking through the forums as I am sure this question will have been asked before but its dificult to search for "search" or "homepage search" as there are so many references - I gave up at page 8 !

    Cheers,

    John

    #2
    Best way is to view the source code of a live site and find the code and copy.. it will look something (but not the same as)
    Code:
    <form name=simplesearch action="http://www.site.co.uk/cgi-bin/ss000001.pl" METHOD="GET">
    
    <input type="TEXT" name="SS" size="15" 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="">
    </form>


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X