Sunday, July 14, 2013
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
Thursday, July 11, 2013
Make Your Laptop Connectify Wi Fi Network without using Wi Fi Router and Third party Software
How to Make Your Windows 8 Laptop Connectify Wi-Fi Network without using Any Wi--Fi Router And Also any third party Software, Through the simple two line code write in your command prompt, or make and share your own wi-fi network in Dos Mode.
If have you any doubt then post your doubt through comment. I'll resolve it. Or visit http://www.satyarahulraj.blogspot.com
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
























0 comments :