PDA

View Full Version : JavaScript Message Box


Vance
Jul25-04, 09:48 AM
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 be able to GET IT OUT OFF MY MESSAGEBOX, that TITLE...How can I make this ? Could you help me ? True I am true !
thanks

Vance
Jul25-04, 09:49 AM
I want to get out...really...

dduardo
Jul25-04, 06:57 PM
I don't understand what your trying to do. If you want to learn javascript go here:

http://www.w3schools.com/js/default.asp

chroot
Jul25-04, 07:10 PM
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