aspclassiccompiler/aspclassiccompiler/AspWebApp/call.asp
dotneteer 550e857127 --HG--
extra : convert_revision : svn%3Aa83551a4-30f6-4d81-a974-c6ced450ddbf%4029666
2009-10-09 06:05:08 +00:00

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>