Remove 'Javascript Application' from alert box title

  • Context: Java 
  • Thread starter Thread starter Vance
  • Start date Start date
  • Tags Tags
    Box Javascript
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 15K views
Vance
Messages
180
Reaction score
0
When my users click a button or a link etc, to get out or to get known what I would like to tell them, they will always see "Javascript Application" and below it is my message written.
Now, I would completely[/color] be able to GET IT OUT OFF MY MESSAGEBOX, that TITLE[/size]...How can I make this ? Could you help me ? True I am true !
thanks
 
Physics news on Phys.org
I want to get out...really...
 
He would like to remove the warning that the browser applies to JavaScript message boxes. The warning is intended to let the user know it's a JavaScript program producing the message, not the browser itself, or the operating system. It's there to prevent programs from mimicing other legitimate software and trick the user into entering some kind of sensitive information.

There's no way around it.

- Warren