Just a quick random thought.  In developing a new application, I've tried to 
avoid the assumption that JavaScript is always there.  This mostly consists 
of :
1.  when using html that uses a JavaScript event handler, I document.write 
the html in a JS block, and place some alternative HTML to run in <noscript> 
tags
2.  in addition to client-side validation, I am reproducing the validation 
server-side

This is always a good idea.  Of course, many of us have gotten used to the 
fact that over the last few years, JavaScript is becoming more and more 
common (as opposed to the "early" days).  However, we know how annoying and 
common pop-ups are becoming.  I get the feeling that a quick answer to them 
will be for people to simply disable JavaScript.  How many of our apps will 
blow up in the absence of JavaScript?

--
Billy Cravens, EDS
[EMAIL PROTECTED]


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to