[WEB4LIB] Re: Login form?
Steve Mackey
stevema at sirsi.com
Thu Oct 24 11:35:33 EDT 2002
CFOUTPUT is Cold Fusion Markup Language (CFML)...after the Cold Fusion engine parses its instructions, it will generate HTML.
Cheers,
Steve
-----Original Message-----
From: web4lib at webjunction.org
[mailto:web4lib at webjunction.org]On Behalf Of Drew, Bill
Sent: Thursday, October 24, 2002 10:02 am
To: Multiple recipients of list
Subject: [WEB4LIB] Re: Login form?
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