Search button

G

grace garcia

I created a search button on website parktoweronline.com. When I add a word
to search, it doesn't work. The url in the properties, has a # sign in it.
Do I have to
setup a url link in order for this to work? If so, what is it? thanks

grace2grace
 
D

Dan L

I'd recommend changing "<a href="#"><img src="images/but3.jpg" border="0"
width="55" height="18"></a>" to "<a href="http://www.google.com"
target="_blank"><img src="images/but3.jpg" border="0" width="55"
height="18"></a>".
That will allow your visitors to use Google to search and target="_blank"
will open a new window so they still have your window open behind the search
window.
 
Top