Put a Barcode Entry
Box on Your Web Site:
You may wish to provide the remote access login
box directly on your website.
You will probably need to resize the table,
change tabindex valuses and make other minor
adjustments to make it look right on your site.
Copy and paste this code into the HTML code
of your Web site:
<form action="http://mblc.state.ma.us/cgi-bin/remote.pl" method="post" enctype="application/x-www-form-urlencoded">
<table border="0" cellpadding="0" cellspacing="0" summary="2
column table with form labels for finding magazines, ebooks and newspapers in
the first column and the text fields in the 2nd column">
<tr><td> <input type="hidden" name="process" id="process" value="login" /> </td></tr>
<tr><td width="115">Enter MA Library Card:</td>
<td> <input
type="text" class="homeField" size="15" maxlength="20" name="lib_id" id="lib_id" /> </td></tr>
<tr><td> </td><td align="center"><a
href="http://mblc.state.ma.us/books/magazine/help.php" target="helpwin"><img
src="http://mblc.state.ma.us/images/buttons/help.gif" width="44" height="20" alt="Help" hspace="3" border="0" /></a><input
type="image" src="http://mblc.state.ma.us/images/buttons/go.gif" width="44" height="20" alt="GO" value="submit" border="0" /></td></tr>
</table>
</form>
|