Code samples
I found these while searching for something else but I did enjoy it.
MessageBox in Javascript
Why would you do a MsgBox() in JavaScript? Well, because it has more options than the regullar alert() ot confirm(). You can have Yes / No instead of the default Ok / Cancel options on confirmation... etc. Look over:
http://www.codeproject.com/useritems/MessageBox.asp
Who connects to your computer?
Wouldn't you like to know that? There are several ways, but this is a nice one and it also has code sample with it.
Read the entire article here.
MessageBox in Javascript
Why would you do a MsgBox() in JavaScript? Well, because it has more options than the regullar alert() ot confirm(). You can have Yes / No instead of the default Ok / Cancel options on confirmation... etc. Look over:
http://www.codeproject.com/useritems/MessageBox.asp
Who connects to your computer?
Wouldn't you like to know that? There are several ways, but this is a nice one and it also has code sample with it.
Read the entire article here.
0 Comments:
Post a Comment
<< Home