alert or not to alert

I have a web page i run on a local process network. If i use an alert and confirm dialog box it works out ok on a single monitor station, but we use dual monitor stations and the window ends up in the center of the two screens. This is a problume because if you click on things to move the box you could shut off equipment.I can use a modal dialog box and place it but i dont know how to get all the same properties as an alert,confirm box.

Any way i can move that possition in dual monitor screen or find properties for modal box that when it changes theams it changes dialog box?

[594 byte] By [gary_kama] at [2007-10-2 18:45:51]
# 1
You could try using a custom error box http://www.javascriptkit.com/script/script2/customerror.shtml
aniseeda at 2007-7-13 20:08:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I can make a regular dialog like this, im looking for the default properties for alert and confirm so each desktop views it as its own style
gary_kama at 2007-7-13 20:08:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
can anyone help?
gary_kama at 2007-7-13 20:08:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
> can anyone help?You cannot modify the default alert and confirm in JavaScript. You can do such things in VbScript but I think it is restricted only to IE.
aniseeda at 2007-7-13 20:08:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
Yep , i m affraid so. Works only in IE.Voor een leuke korting http://www.jems.nl/korting , ook mooie aanbiedingen in de aanbieding
Pappe123_digia at 2007-7-13 20:08:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6

This alert popping up in the middle of the two monitors is a product of how your video card handles the larger screen area. There should be a display setting to not stretch your desktop or something like that. That will make it so things like the alerts will show up in the middle of monitor 1, and that your Windows Taskbar will only stretch over one monitor, while your desktop area will still cover both.

stevejlukea at 2007-7-13 20:08:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...