
September 2nd, 2003, 02:27 PM
|
|
Moderator
|
|
Join Date: Jun 2002
Location: Raleigh, NC
|
|
|
If you turn on debugging, you can see any form or url variables that are coming into the page. If you don't have debugging on, you can always use cfdump to see what are in those scopes:
<cfdump var="#form#">
<cfdump var="#url#">
|