PDA

View Full Version : Website search tool?


o_dr zoidberg
12-24-2006, 12:10 AM
Im makin a homepage and i want people to be able to search it.
i found this <div>
<form action="">
<fieldset>
<input type="text" name="search" size="0" /><br />
<a href="#" class="formbutton"><input type="submit" value="&raquo;&nbsp;go" class="formbutton" /></a>
</fieldset>
</form>
</div>


Now i need to know if i can use this, cause it looks very good with the template im using, and what i need more to make it work.

Circuitous
12-24-2006, 07:35 PM
Um... that's just a button.

o_loader
12-24-2006, 08:00 PM
That will make a textbox on your page, people will be able to enter stuff and press enter... But that's it. You need to add something else and link it to that.

Lots of ways to do it:

Javascript
PHP
Perl
etc

Circuitous
12-24-2006, 08:02 PM
Lots of ways to do it:

Javascript
PHP
Perl
etc

Also Google.

o_dr zoidberg
12-24-2006, 11:20 PM
baah yes i know its just a button but i dont know what im going to link to thats what i was trying to say.