i've got this page you can access in three ways:
1. Without a parameter.
2. With a parameter (desktop.cfm?param_status=on)
3. With a parameter (desktop.cfm?param_status=off)
When the page is accessed with a parameter there's no problem at all, but when the page is accessed without a parameter (just 'desktop.cfm') is says (ofcourse) param_status is undefined.
Is there a way to say like:
<cfif param_status = undefined>
blah blah blah blah
</cfif>
Any help is greatly appreciated.
regards, wouter Wouter
zure_zult@hotmail.com
To me, boxing is like a ballet, except there's no music, no choreography, and the dancers hit each other.
1. Without a parameter.
2. With a parameter (desktop.cfm?param_status=on)
3. With a parameter (desktop.cfm?param_status=off)
When the page is accessed with a parameter there's no problem at all, but when the page is accessed without a parameter (just 'desktop.cfm') is says (ofcourse) param_status is undefined.
Is there a way to say like:
<cfif param_status = undefined>
blah blah blah blah
</cfif>
Any help is greatly appreciated.
regards, wouter Wouter
zure_zult@hotmail.com
To me, boxing is like a ballet, except there's no music, no choreography, and the dancers hit each other.