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



Active Members
TodayLast 7 Days 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

Posted By: 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 2008Member Level: Gold   Points : 0
thx for ur article...


Feedbacks      
Popular Tags   What are tags ?   Search 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   BizTalk Adaptors    Web Design

online optimum rewards

Contact Us    Privacy Policy    Terms Of Use