Rick,

>       <td id="snow"><noscript><cfoutput>flakes</cfoutput></noscript></td>

There's no reason to use <noscript>. Server-side errors should/will only
occur when the client has already tried filling out the form and something
failed and you need to display them a message.

So, there's no reason to even display a message unless there was a failure
caught by the server. Regardless of whether or not JS was enabled, you need
to display the message to the user. 

However, if your JS is implemented correctly and the user has JS enabled,
then they should never ever see a server generated message.

Theirs is absolutely no reason for you to be trying to use the <noscript />
tag.

-Dan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275629
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to