Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > change position of alert()-is it possible?

Reply
Thread Tools

change position of alert()-is it possible?

 
 
Montezuma's Daughter
Guest
Posts: n/a
 
      10-28-2008
Hi All
I want to change the position of alert() msg . is it possible to
manipulate it like other windows?
thanks
 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      10-28-2008
Montezuma's Daughter wrote:

> I want to change the position of alert() msg . is it possible to
> manipulate it like other windows?


No, but some browsers (IE, Firefox 3 at least) support
window.showModalDialog
https://developer.mozilla.org/En/DOM...howModalDialog where you
can build the dialog contents as HTML document and where you can provide
details like the dialog position as the argument.


--

Martin Honnen
http://JavaScript.FAQTs.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
advanced q?: mouseup position to caret position? brendan Javascript 0 08-29-2006 10:48 AM
detecting mouse click position in canvas tag has position off James Black Javascript 0 05-28-2006 03:27 AM
Where is Form Relative Position and Absolute Position in VS.Net 2005 ? Luqman ASP .Net 1 02-07-2006 10:27 AM
position image based on document position edouard.lauer@pt.lu Javascript 3 01-14-2006 06:04 PM
How to set position of a web control depending on other control's position at run-time? James Wong ASP .Net Web Controls 4 07-14-2004 10:24 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57