[WEB4LIB] Re: Login form?

Drew, Bill drewwe at MORRISVILLE.EDU
Thu Oct 24 10:58:53 EDT 2002


What is CFOUTPUT?  That is not a standard HTML code.

> -----Original Message-----
> From: Karen Harker [mailto:Karen.Harker at UTSouthwestern.edu]
> Sent: Thursday, October 24, 2002 10:27 AM
> To: Multiple recipients of list
> Subject: [WEB4LIB] Re: Login form?
> 
> 
> 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=#f
> orm.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=#fo
> rm.patronID#">
> </CFOUTPUT>
>  



More information about the Web4lib mailing list