Log in

View Full Version : Search Box?



ModernRevolutions
02-28-2009, 03:20 AM
I want to create a search box like the one on this website:
http://www.outspoken-kate.com

How can I do that? (I don't know if its Javascript or HTML)

X96 Web Design
02-28-2009, 03:24 AM
A cool in-site search box script I found was this one (http://www.javascriptkit.com/script/script2/jse/index.shtml), it uses JavaScript, and is very customizable. All you have to do is tell it which pages to search in your site.

Hope that helps!

Schmoopy
02-28-2009, 04:28 AM
If you mean visually, it's just CSS and HTML - You can just view the source code and grab the CSS to get that look, the search part will be done with a server side language such as PHP or ASP.