View Full Version : Javascript Alerts
How do I make a mutli-line alert? I know how to make a single-line alert.
abdullah
08-05-2003, 05:01 AM
i think you can do that using the "\n" character but not sure since i havent tried it yet
maximiseit
08-05-2003, 08:22 AM
Originally posted by abdullah
i think you can do that using the "\n" character but not sure since i havent tried it yet
Yes, this is the right way.
alert("This is my first line.\nThis is my second line.\netc");
linuxuser
08-28-2003, 11:51 AM
:)
linuxuser
08-28-2003, 03:27 PM
nice to here that
SaadAhmed
09-18-2003, 04:57 AM
I am learning Java Script now, in Computer Science 2 H :)
Powered by vBulletin™ Version 4.0.1 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.