Tutorials
Resources
Forum
Communities
Interview
Jobs
Projects
Offshore Development
Silverlight Tutorials
|
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Revenue Sharing
|
Prizes & Awards
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
Abhi
(73)
Appukuttan
(40)
raj krishna
(37)
Last 7 Days
Appukuttan
(660)
Babu Akkandi
(465)
Tejinder Singh ...
(273)
more...
New Feature:
Community Sites
:
Create your own .NET community website and start earning from Google AdSense !
It's Free !
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
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
Enumeration & sorting of objects in C#
Build your own search engine using regular expressions
.NET Exception Handling Part 2 (Creating and Throwing Custom Exceptions)
How to generate Random number
What is JIT (just in time)? How it works?
dotNet Slackers
BizTalk Adaptors
Web Design
Contact Us
Privacy Policy
Terms Of Use