latest articles
Thursday, January 16, 2014
Super Mario World Revived
Super Mario World Revived
In Super Mario World Revived your objective is to help Mario to escape all the obstacles and reach the end of each level to progress to the next. Use the keyboard arrow keys to move and press the spacebar button to jump. Jump on the enemies to smash ...
Sunday, July 14, 2013
Java Applets Notes
Java Exception Handling Complete Note
Friday, July 12, 2013
Java Script Alert Box Example
Java Script Alert Box Example
<html>
<head>
</head>
<script language="JavaScript">
function show_alert()
{
alert("Hello! I am an alert box!")
var i=1,j
while(i<=5)
{ j=1
while(j<=i)
{
document.write(i)
j++
}
i++
document.write("<br>")
}
}
</script>
<body>
<input type=button onclick="show_alert()" value="Show alert box">
</body>
</html>
Out Put
Java Script Check Box Example
Java Script Check Box Example
<html>
<head>
<title>
using check box.
</title>
<script language=JavaScript>
function check1clicked()
{
var str=""
if(document.form1.check1.checked==true)
{
str+="Learn With Fun"
}
if(document.form1.check2.checked==true)
str+="http://satyarahulraj.blogspot.in"
document.form1.textfield.value=str
}
</script>
</head>
<body>
<center>
<h1>using check boxes</h1>
<form Name=form1>
<input type = checkbox name=check1 onclick="check1clicked()">please click
<input type = checkbox name=check2 onclick="check1clicked()">please click on me
<br><input type=textarea name="textfield" size=30>
</form>
</center>
</body>
</html>
Out Put
Subscribe to:
Posts
(
Atom
)
categories
Action Game
(
1
)
Bihar Board
(
1
)
dos
(
3
)
Game
(
2
)
JAVA
(
13
)
Java Graphics Code Example
(
5
)
Java Script Tutorial
(
5
)
Java tutorial code
(
10
)
Java Video Tutorial
(
2
)
Live News Channel
(
2
)
Live TV Streaming
(
2
)
Mario Game
(
1
)
Modern Periodic table
(
1
)
Nokia
(
1
)
Nokia shortcut key
(
1
)
PHP Video Tutorial
(
5
)
Result
(
1
)
Samsung
(
1
)
Shortcut key
(
5
)
Video Tutorial
(
9
)
Windows 8
(
5
)
windows trick
(
3
)
Popular Posts
-
Beginner PHP Tutorial 5 Writing Your First PHP File (2)
-
Java Applets Notes
-
Hello World Java Script Example
-
Drew Rectangle in Java Example
-
Java Script Check Box Example
-
Periodic Table Software
-
Play Operation B Game
-
AAJ TAK HD LIVE STREAMING
-
Java Exception Handling Complete Note
-
Swing form through button in Java
























