• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Position of alert Box on browser window??

 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all friends,
Is it possible to change the position of pop up alert box on browser means I want that alert box should pop up right top corner of browser window so that I can set the 'top' and 'left' position of alert box.If it is possible Can any one plz give me the code for that.
Regards
Bikash
 
Ranch Hand
Posts: 214
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bikash,
I'm pretty sure that you can't change the alert properties. As far as I know, the method only takes one argument (the message), and you have no hook into that alert box once you invoke it.
If you find a way, please share - I don't think it's possible.
g.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
sorry about not getting to you sooner, but i am very very very busy right now. I just wrote this up for you and others to customize an alert. I have only checked it with ie since I am not on my other computer with all of my fancy stuff. (Coded it all in Notepad, what fun)
the link: http://www10.brinkster.com/a1ien51/Customize/
 
Bikash Paul
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ian,
Lot of thanks for ur help.
Thanks
Bikash
 
reply
    Bookmark Topic Watch Topic
  • New Topic