Click to See Complete Forum and Search --> : search box within site


cor
03-29-2003, 11:48 AM
hey, i need some help not really html knowledgable

i'd like a search box for within a webpage, a script would do good
or...
i noticed on yahoo if you do

http://search.yahoo.com/search?p=search1&hq=site:www.illicitdev.net

it searches within a site

i'm a c++ programmer not html, so if there is a way to make search 1 a variable and get the info from a search field box and insert it in there, it would work.. it would search the site with what the user wants to...
i have no idea how to do this and i've been looking for at least a tutorial
thanks for the help

LOTZA#
03-29-2003, 12:38 PM
Click Here (http://sitelevel.whatuseek.com/?synd=box&chan=4)

PeOfEo
03-30-2003, 05:53 PM
You are going to need a server side language there. What that seach box is doing is searching through a data base which is connect to with ur server side. If you are a c++ programmer I would suggest using asp.net because you can use c# or vb6 for the coding. That link he gave you is something where they manage it for you. You should do it yourself so it does exactly what you want it to do. Now are you wanting to look for keywords on pages or have the search target a specific page?