Forum : How to hide javascript code from old browsers that dont run it?
Brief description  about Online courses   join in Online courses
View Manju  S Reddy 's Profile

How to hide javascript code from old browsers that dont run it?

How to hide javascript code from old browsers that dont run it?
Asked by Manju S Reddy | Mar 22, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Manjunath,
Use the below specified style of comments <script language=javascript> <!-- javascript code goes here // --> or Use the <NOSCRIPT>some html code </NOSCRIPT> tags and code the display html statements between these and this will appear on the page if the browser does not support javascript
Mar 22, 2010