On Sep 13, 4:14 pm, Leandro - ProfessionalIT <[email protected]>
wrote:
> How to Implement a field "search" to search in all content of my
> website ?, any idea ?

<form action="http://www.google.com/search"; method="get">
    <input class="search-text" type="text" size="15" value=""
name="as_q"/>
    <input type="hidden" value="mydomain.com" name="as_sitesearch"/>
    <input class="search-submit" type="submit" value="Search"/>
</form>

F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to