Contents |
ASP does what it's supposed to do, but it does it poorly. PHP is such a rediculously better tool for server side scripting, affording not only better control and documentation, but faster processing and better functionality. ASP.NET is apparently better than ASP, allowing multiple languages like C# and Java...
not a line break "<BR>" but a blank line return : Chr(10)
response.write("This is a string; "&Chr(10)&" broken, in source only")
split with a &_ insterad of just &
response.write("This "&_
"is a multi-line"&_
"string.")
Views
Personal tools