Multimedia Classroom
Title: Technology
graphic
Button Home
Button About Us
Button For Alumni
Accounts, Access & Security
Computer Store & Service Center
E-Mail
HelpDesk
Printing
Software & Documentation
Technology Training
VPN
Virus Protection
Voicemail
Web Publishing
WesStation/Mail Services
Wireless
Button For Faculty & Staff
Button For Student
Button Teaching & Research
WEB PUBLISHING
Overview
Academic Departments
Administrative Departments
Course Web Sites
Personal Web Sites
Project Web Sites
Student Groups
------
References
Style Guides
Web Editors
Web Widgets
Web 2.0
Test
 

Web Widgets: Search

If you have a complex website with many documents, you can add a search engine to your website that will provide better access to the materials. In order to do this, you will need to edit some HTML. The line you need to change is the line that in Example #1 says:

<input type="hidden" name="as_sitesearch" value="www.wesleyan.edu/its">  

 where you should change www.wesleyan.edu/its to the URL of the site that you wish to search. 

 

Example # 1

Search:

HTML Code

<table width="200">
 <tr>
    <form method="get" action="http://www.google.com/u/wesleyan">
         <td width="171" bgcolor="#F4F4F4">
   <center>
<input type=hidden name=as_sitesearch value="www.wesleyan.edu/its">
<input type="hidden" name="domains" value="www.wesleyan.edu">
<font face="arial" color="#990000" size="2">Search:</font>
<INPUT class="altTextField" size="14" name="q"></center>
<div align="right">
<input type="image" name="btnG" src="../go.gif" width="34" height="26">
</div>
</td>
</form>
</tr>
</table>




 

 
graphic
graphic
graphic