#1 2007-08-29 04:45:55

cyrus
Member
RankingRanking
Registered: 2006-07-19
Posts: 32
Reputation :  [+ 1/ -0 ]
Expertise

JavaScript Popup Boxes (Example - Alert box )

JavaScript Popup Boxes (Example - Alert box )

Code::

<html>
<head>
<script type="text/javascript">
function disp_alert()
{
alert("I am an alert box!!")
}
</script>
</head>
<body>

<input type="button" onclick="disp_alert()" value="Display alert box" />

</body>
</html>

Offline

 

#2 2007-09-05 22:02:00

Rambosko
Member
RankingRanking
Registered: 2006-07-15
Posts: 36
Reputation :  [+ 1/ -0 ]
Expertise

Re: JavaScript Popup Boxes (Example - Alert box )

Thanks cyrus!

Its very helpful for me. smiley-first

Offline

 

Board footer

OPML feedsRSS feeds



Powered by WWWThreads Forum
© Copyright 2006, WWWThreads