You'd be better using vbscript, I don't know of anything in Javascript for this:
<script language ="vbscript">
msgbox "Hi!",0, "Whatever Title"
</script>
0 is the constant for a blank message box. You can use the following constants for other images:
16: White cross in red circle
32: Question bubble
48: Exclamation Mark in yellow triangle
64: Exclamation in bubble
HTH
interrupt
|