How do I add the VCU People Search to my web site?
This search feature searches the list of VCU Students and Employees. This option uses only HTML code which can be placed most anywhere within the <body> of your web page.
The HTML code (below) will produce a search that looks like this:
HTML Code: {insert this form into the <body> of your HTML page}
| <form
method="post"
action="http://search.vcu.edu/cgi-bin/directall.pl"> <input type=hidden name="TYPE" value=All /> <label for="people">Search Name:</label> <input type="text" name="NAME" size="22" id="people"/> </form> |
