David McKinnon wrote:
I've used Ian Hixie's method, because it seems to be the least problematic.
David
One of the central tenets of good coding is that comments are for comments, code is for code. It's bad practice to put code into comments.
Comments should not be interpreted by any software, they are purely for human consumption. What would happen if I added a normal comment to my code that some third party application decided to run and execute? Bad things can happen!
Trust Internet Explorer to do something like this. If you are going to do something that is IE only then use vbscript, at least you'll know it'll only exploit the one browser that runs it.
Cheers J
****************************************************** The discussion list for http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
