Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

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

3 like 0 dislike
How to hide javascript code from old browsers that dont run it? please tell me............
asked 1 year ago by rad_joshep (19,390 points)

1 Answer

2 like 0 dislike
 
Best answer
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
answered 1 year ago by daneim (127,080 points)

Related questions

5 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
3 like 0 dislike
1 answer
7 like 0 dislike
1 answer