How do you do the JavaScript equivalent of "\n" for a newline in a VBScript message box.
JavaScript: alert("Line 1" + "\n" + "Line 2"
VBScript : MsgBox("Line 1" & "??" & "Line 2"
Thank you,
Steve.
JavaScript: alert("Line 1" + "\n" + "Line 2"
VBScript : MsgBox("Line 1" & "??" & "Line 2"
Thank you,
Steve.