[thelist] JavaScript Alert Window

Scott Dexter sgd at ti3.com
Wed Jan 31 18:54:48 CST 2001


>> Is it possible to create a multiline alert dialog box with JavaScript?

> document.write "<br>" inside of your code.

dat won't work, as the alert box isn't HTML.

try this instead:

alert("this is on one line. \n This is on another.")

sgd




More information about the thelist mailing list