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, 4416👍, 0💬
Popular Posts:
How will you freeze the requirement in this case? What will be your requirement satisfaction criteri...
How To Calculate Expressions with SQL Statements? - MySQL FAQs - Introduction to SQL Basics There is...
How comfortable are you with writing HTML documents entirely by hand? Everyone has a different prefe...
Can static variables be declared in a header file? You can't declare a static variable without defin...
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...