16 May, 2011

Alert box with line breaks

function disp_alert()
{
alert("Hello again! This is how we" + '\n' + "add line breaks to an alert box!");
}

No comments:

Post a Comment