WDT: Source Code
uprm.edu | wdt | feedback | accesibility | code | web toolkit | DevNet
Code | Images | Files |
Adding a UPRM search box to your page:
<font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">
Enter a keyword bellow then press search</font>
<FORM ACTION=
"http://www.uprm.edu/search/search.php" METHOD="post" target="_blank">

<INPUT TYPE="text" NAME="q" VALUE="">&nbsp;<INPUT TYPE="submit" VALUE="Search"><input type="hidden" value="-empty" name="site">

</form>

Adding the HTML code listed above to your page will include the UPRM search box. This code will open a new window with the search results. If you want to display the results on the same window just remove target="_blank" from the form tag. More information click here.

List UPRM News in your page:

Add the following code to your page:

<script src="http://www.uprm.edu/cgi-bin/cktopnews.pl"></script>

Last Revision: Oct. 02, WDT, wmaster@uprm.edu