Page 1 of 1

Search field

Posted: Mon Oct 12, 2009 9:46 am
by delhiris
Hi
I like to have field for searching the site(but only the site,not whole web).
For example like a1.com.mk
Please tell me some code .

Re: Search field

Posted: Mon Oct 12, 2009 9:50 am
by papa
I can help you with the initial code, but doubt someone will write the entire app for you:

Code: Select all

 
<form>
<input type="text" name="search" value="" /> 
<input type="submit" name="Search" value="Search" />
</form>
 
 
:roll: