Using html tags in asp file

fodao br

New Member
hey im programing a little project website. and i get a problem really anoying.im writing the server-side pages in ASP. and im running it on babyweb server.sometimes when i write HTML tags in asp file everything work properly.but sometimes when i write HTML tags i get a problem, when i try to load the page its saying :\[code\]Script error detected at line 0.Source line: Response.Write " " Description: Unfinished string constant\[/code\]i guess its mean that i have to put Response.write on every html tag,because when im changing the HTML tags to this(for example, < html> to <% Response.write "< html>"%>).what is that? maybe problem with babyweb server? there is a way to fix that?thank you!
 
Back
Top