12 lines
No EOL
169 B
Text
12 lines
No EOL
169 B
Text
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<%
|
|
Response.Write("Something")
|
|
Response.Write(1)
|
|
Response.Write " MORE"
|
|
Call Response.Write(" CALL ")
|
|
%>
|
|
</body>
|
|
</html> |