C# Tutorials and offshore development in India
    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



Active Members
TodayLast 7 Days more...






Resources » Articles » .NET Framework »

Easy steps to learn Java script


Posted Date: 18 Aug 2008    Resource Type: Articles    Category: .NET Framework
Author: yogeshMember Level: Bronze    
Rating: 1 out of 5Points: 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 2008Member 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



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use