// the container for the "about" popup. it is not displayed by default; it appears when the user clicks on the about link on the form.
// the title bar for the "about" popup.
about the rush cataloging request form // the title of the "about" popup.
x // a "close" button to hide the "about" popup after the user is done.
version 1.1 beta
the rush cataloging request form was developed at central connecticut state university by steven bernstein and uses
huggins’ email form script.
// the contents of the "about" popup, including its version number and a link to the project page of the php script that was used for the form.
one of the features of huggins’ e-mail form script was the ability to specify a landing page for the user to serve as a confirmation that the form has been successfully submitted. we created such a page as follows and placed the html file for the page in the screens directory of the webpac server: figure 1. the landing page. we next had to add a function to the javascript that would toggle the display property of the div element in which the form was contained. function showhide(divid, state){ // function to show or hide the form. document.getelementbyid(divid).style.display=state } finally, the rushccsu() function was modified so that the link that was to be appended to the in-processing notes would call the showhide() function for displaying the form rather than linking to the original form.