PDA

View Full Version : Advanced Search Button


crazylegsreilly
17-Sep-2004, 11:38 AM
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?

Toby B
20-Sep-2004, 09:19 AM
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.