|
|
|
Web And Multimedia ServicesSupport pageSearch Box on Your SiteAdding a search box to your site is one of the best ways to improve the navigation of a large site. A search box is only recommended if you have more than ten pages on your site. The CodeCopy and paste the following code into the HTML of your page. Be sure to replace "******" with the name of your site and the second "######" with the folder name of your site. <!-- Search --> <form method="get" action="http://www.google.com/u/UTSAEDU"> <p><label for="q">Search ******</label><br /> <input class="search" type="text" value="" name="q" id="q" size="15" /> <input type="hidden" name="domains" value="utsa.edu" /> <input type="hidden" name="sitesearch" value="utsa.edu" /> <input type="hidden" name="hq" value="inurl:www.utsa.edu/########" /> <input type="submit" name="sa" value="go" /> </p> </form> What does it look like?The above code will render the following in a modern browser. Results may vary based on cascading style sheet settings. Top of FormSearch Internet Development
|
|
| Designed & maintained by Web & Multimedia Services—Last update: December 20, 2007 | |