feedburner

Enter your email to subscribe to articles:

Delivered by FeedBurner

Displaying Message Box

Label:

Here is a tutorial to show message box in javascript:

<HTML>
<HEAD>
<SCRIPT language="JavaScript">
function MsgBox_OkCancel()
{
var pesan;
pesan = confirm('Are your sure?');
if(pesan)
{
alert("Run your command");
}
}
</SCRIPT>
</HEAD>

<BODY>
<a href="javascript: MsgBox_OkCancel();">Klik Disini</a>
</BODY>
</HTML>

Good Luck...

By : Ivan




Bookmark and Share


0 komentar:

:)) :)] ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} ~x( :-t b-( :-L x( =))

Post a Comment