Forums

This topic is locked

popup boxes

Posted 22 years ago
1
has voted
22 years ago Julio Taylor posted:
good morning dmxboys and girls

i 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 22 years ago
22 years ago Phil Shevlin replied:
Change

alert(msg) to confirm(msg)

Reply to this topic