Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How to hide JavaScript code from old browsers that does not support JavaScript?
How to hide JavaScript code from old browsers that does not support JavaScript?
✍: Guest
Use the below specified style of comments:
<script language=javascript>
<!--
javascript code goes here
// -->
</script>
or
Use the <NOSCRIPT> and </NOSCRIPT> tags and code the display html statements between these and this will appear on the page if the browser does not support javascript
2008-10-07, 4615👍, 0💬
Popular Posts:
What Is URI? URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and exten...
Explain all parts of a deployment diagram? Package: It logically groups element of a UML model. Node...
Is There Any XSD File to Validate Atom Feed Files? - RSS FAQs - Atom Feed Introduction and File Gene...
How To Dump the Contents of a Directory into an Array? - PHP Script Tips - Working with Directoris a...
How To Export Your Connection Information to a File? - Oracle DBA FAQ - Introduction to Oracle SQL D...