I know for a new line we use \n in C but I don't in don't what to do in case of Vb script?
Printable View
I know for a new line we use \n in C but I don't in don't what to do in case of Vb script?
You can use this code.
I hope this will solve your problem.Code:document.write("<br>")
To insert a new line in vbscript do this
Code:%> <br> <%