Forums
This topic is locked
popup boxes
Posted 11 Mar 2003 10:48:40
1
has voted
11 Mar 2003 10:48:40 Julio Taylor posted:
good morning dmxboys and girlsi have a small yet incredibly annoying problem. i'm using a popup box, using the normal DWMX code:
<pre id=code><font face=courier size=2 id=code>
function MM_popupMsg(msg) { //v1.0
alert(msg);
}
</font id=code></pre id=code>
this works fine, but the problem is that the little icon it displays is an exclamation mark and think it's a tad overdramatic for a small help box (which is what i am using it for). is there a way to define the icon of the alert box? maybe a nice question mark or something?
thanks a lot
--J
------------------------
Julio
PHP | MySQL | DWMX | ColdFusion
ICQ: 19735247
Replies
Replied 15 Mar 2003 01:04:40
15 Mar 2003 01:04:40 Phil Shevlin replied:
Change
alert(msg) to confirm(msg)
alert(msg) to confirm(msg)