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 embed JavaScript in a web page?
How to embed JavaScript in a web page?
✍: Guest
javascript code can be embedded in a web page between
<script langugage="javascript"> your scripts here
</script> tags.
2008-07-17, 5046👍, 0💬
Popular Posts:
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...
Why is it preferred to not use finalize for clean up? Problem with finalize is that garbage collecti...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
What Is URI? URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and exten...
How can I show HTML examples without them being interpreted as part of my document? Within the HTML ...