Announcement

Collapse
No announcement yet.

Advanced Search Button

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

    Advanced Search Button

    I want to have an image instead of the current default submit button on the advanced search screen. I've had a look in this forum and the AUG and can't find anything.

    I don't want to mess up the perl/cgi by changing to an image without consultation.

    Can anybody help?

    #2
    Hi Darren,

    Try this:

    Open Act_SearchTemplate.html and search for:

    <input type=SUBMIT name=ACTION value="NETQUOTEVAR:SEARCHLABEL">

    Comment it out so it reads:

    <!--<input type=SUBMIT name=ACTION value="NETQUOTEVAR:SEARCHLABEL">-->

    Insert just below:

    <input type=IMAGE name=ACTION value="NETQUOTEVAR:SEARCHLABEL" src="x-boots.gif">

    Where "x-boots.gif" will be substituted for your image name, saved within the Site1 folder.

    Save and update.
    Regards,

    Toby Blanchard

    Comment

    Working...
    X