Highlighting single item in SELECT

2000-04-07 Thread Thomas Soraoka
Anyone know how to change the color of a single item in a SELECT tag? For example, SELECT NAME="XXX" CFOUTPUT QUERY="GetStuff" cfif GetStuff.highlight IS "Y" OPTION VALUE="#GetStuff.name#" font

JSP vs ColdFusion

2000-04-03 Thread Thomas Soraoka
Anyone know if there is any documentation of JSP (Java Server Pages) versus ColdFusion documentation anywhere? Tom -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Disappearing Session Variables

2000-03-29 Thread Thomas Soraoka
Anyone know why/how session variables can magically disappear? I have a page that sets session variables then submits it to the next page for processing. Now and then, I would get an error stating that the variables are undefined. This error occurs infrequently and sporadically. I'm guessing