Announcement

Collapse
No announcement yet.

Simple Search Box

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

    Simple Search Box

    Hey guys...

    I'm having a little trouble getting my simple search box to work and was wondering if someone would be able to tell me where I'm going wrong..

    <form name=simplesearch action="NETQUOTEVAR:SEARCHCGIURL" METHOD="NETQUOTEVAR:CGIMETHOD">
    <tr>
    <td align=left valign=baseline noWrap bordercolor="#171717" bgcolor="#171717">
    <div align="center">
    <input type="TEXT" name="SS" size="15" maxsize="125" value="search" onFocus="this.value='';this.style.background='#FFFFFF'">
    <input name="ACTION" type="image" src="search.gif" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" width="30" height="18" border="0">
    <!-- <input type=SUBMIT name=ACTION value="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT"> -->
    <input TYPE=HIDDEN NAME="PR" VALUE="-1">
    <input TYPE=HIDDEN NAME="TB" VALUE="A">
    <input TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOPID">
    </div></td>
    </tr>
    </form>
    The result of this form is currently a 'page cannot be displayed' page.

    Thanks

    John

    #2
    Is this is your Act_SimpleSearch.html? How are you previewing it so that you get a page cannot be found?

    If this is Act_SimpleSearch.html, it can be inserted wherever you want in the page by using NETQUOTEVAR:SIMPLESEARCH, rather than having it on a page on its own.

    Comment

    Working...
    X