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 .
Search field
Moderator: General Moderators
Re: Search field
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>