[WEB4LIB] Login form?
Karen Harker
Karen.Harker at UTSouthwestern.edu
Thu Oct 24 10:23:14 EDT 2002
Pretty simple...just replace the inner pound signs with the form field
name...
http://63.77.222.52/uhtbin/cgisirsi/x/0/57/49?user_id=#form.patronID#
...or whatever the field name is. Also make sure the anchor tag is
w/in <CFOUTPUT>:
<CFOUTPUT>
<A
href="http://63.77.222.52/uhtbin/cgisirsi/x/0/57/49?user_id=#form.patronID#">
</CFOUTPUT>
BTW, did you know you can automatically forward users to such a URL
using <CFLOCATION> so that users don't need to wait for this page to
load and then click on the link?
<CFOUTPUT>
<CFLOCATION
url="http://63.77.222.52/uhtbin/cgisirsi/x/0/57/49?user_id=#form.patronID#">
</CFOUTPUT>
Karen R. Harker, MLS
UT Southwestern Medical Library
5323 Harry Hines Blvd.
Dallas, TX 75390-9049
214-648-1698
http://www.swmed.edu/library/
>>> Ed Veal <EVeal at mail.ci.lubbock.tx.us> 10/24/02 8:26:18 AM >>>
I am trying to develop a html form that will generate a URL so that my
patron can be logged into our OPAC. I want the form the create a URL
that looks like this:
http://63.77.222.52/uhtbin/cgisirsi/x/0/57/49?user_id=#####
Where the ##### is the number that the patron has inputted into the
form.
Thanks,
Ed
****************************************************************
Edward Veal (eveal at mail.ci.lubbock.tx.us)
System Administrator / Web Master
Lubbock City-County Library
http://www.lubbocklibrary.com
Mahon Library
1306 9th St.
Lubbock, TX 79401
voice: 806-775-2849
fax: 806-775-2827
*******************************************************************
*********************************************************************
Due to deletion of content types excluded from this list by policy,
this multipart message was reduced to a single part, and from there
to a plain text message.
*********************************************************************
More information about the Web4lib
mailing list