Search button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top