[thelist] JavaScript Alert Window

Candace Maynard Candace.Maynard at popart.com
Wed Jan 31 18:43:48 CST 2001


Oh yeah, this is a better solution.  I would do that instead.

(Sorry, too much VBScript lately...)

:)
Candace


-----Original Message-----
From: Joe Crawford [mailto:jcrawford at avencom.com]
Sent: Wednesday, January 31, 2001 3:08 PM
To: thelist at lists.evolt.org
Subject: Re: [thelist] JavaScript Alert Window


Salvatore Palmisano wrote:
> Is it possible to create a multiline alert dialog box with JavaScript?
> The one Im trying to use is one long string of text...how can I script
a
> carriage return?

\n  is the newline character

so:
	alert('hello world')
versus
	alert('hello\nworld')
--
Joe Crawford ||||||||||||||       mailto:jcrawford at avencom.com
||||||||||||||||||||||||             http://www.avencom.com
|||||||||||||||||||||||||||      Avencom: Set Your Sites Higher

---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list