Is there a method one could use in either HTML, CSS or Javascript to resize an alert box?
If this is not possible could one create one's own window that looks like an alert/confirm box but is resizeable?
I also need this window to be always on top, no matter what applications the user is running. Can this also be done?
BTW I only need a text message appearing in said box. Very like an alert or confirm, but I want it to be big and always on top.

Recommended Answers

All 2 Replies

Resizing the alert and confirm dialog box is not possible but you can always create your own or use from some existing javascript frameworks
e.g.
You can create a resizable modal dialog box using jquery
see the demo link http://jqueryui.com/demos/dialog/#default

thank you for sharing

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.