|
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=""> <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>
|