HighDots Forums  

Drop Old Browser Workaround?

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss Drop Old Browser Workaround? in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tj
 
Posts: n/a

Default Drop Old Browser Workaround? - 09-16-2006 , 07:48 PM






More and more, the protection preventing <script> tags from being read as
text in old browsers is being left out.--


<script type="text/javascript">
some code . . .
</script>

rather than

<script type="text/javascript">
<!--
some code . . .
// -->
</script>


For instance, Google (http://www.google.com/) uses the protection but
Amertrade (http://www.tdameritrade.com/welcome1.html) does not.

Older browsers are increasingly very hard to keep going, update and reloaded
onto a system. Do you folks think it is safe to move on and drop the
protection?

TIA,

tj



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.