Tutorials
Resources
Forum
Reviews
Communities
Interview
Jobs
Projects
Training
Your
Ad
Here
Silverlight Games
|
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Polls
|
Revenue Sharing
|
Lobby
|
Gift Shop
|
Prizes & Awards
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
Nikhil Gaur
(70)
Nadheera V
(30)
Shameer
(16)
Last 7 Days
Nikhil Gaur
(621)
Anil Kumar ...
(582)
Abhisek Panda
(445)
more...
Resources
»
Articles
»
.NET Framework
»
Easy steps to learn Java script
Posted Date: 18 Aug 2008
Resource Type:
Articles
Category:
.NET Framework
Author:
yogesh
Member Level:
Bronze
Rating:
Points
: 8
1)This is just for writing text on browser window
<html>
<body>
<script language="JavaScript">
document.write("Hello World!")
</script>
</body>
</html>
2)This will explain you Writing Formatted Text on the Browser
<html>
<body>
<script language="Java Script">
document.write("<h1>Hello World!</h1>")
</script>
</body>
</html>
3)This is for giving alert messages
<html>
<head>
<script language="JavaScript">
function message(){
alert("This alert box was called with the onload event")
}
</script>
</head>
<body onload="message()">
</body>
</html>
Responses
Author:
Roopesh Babu Valluru
20 Aug 2008
Member Level:
Gold
Points
: 0
thx for ur article...
Feedbacks
Popular Tags
What are tags ?
Search Tags
Sign In
to add tags.
Java scripts
.
Post Feedback
This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must
Sign In
to post a response.
Next Resource:
Datetime Manipulation in Vb.net - Part 3
Previous Resource:
DateTime Manipulation in vb.net–Part 4
Return to Discussion Resource Index
Post New Resource
Category:
.NET Framework
Post resources and
earn money
!
Related Resources
Datetime Manipulation in Vb.net - Part 2
Datetime Manipulation in Vb.net - Part 1
Don't Burn Your Base Class
String Manipulation - Part 4
String Manipulation - Part3
String Manipulaton to find the position of char
dotNet Slackers
About Us
Contact Us
Privacy Policy
Terms Of Use