Link to home
Start Free TrialLog in
Avatar of kgp43
kgp43Flag for Denmark

asked on

return confirm, line break

I'm using the following to display a "confirm" box.
Is there a way to make a "line break" in the message?

onclick="return confirm('<?php echo $msg; ?>');
Avatar of archrajan
archrajan

return confirm("Are your sure /n you want to quit?")
ASKER CERTIFIED SOLUTION
Avatar of archrajan
archrajan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kgp43

ASKER

perfect :)
Thanks for the points :)