Unexpected Behavior

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/71102?pagenum=1
04 November 2025, 15:01

Topic


Carefree
Unexpected Behavior
17 January 2016, 22:29


Some errors started occurring on a site, so I wrote this instant test routine. It does absolutely nothing and when I review the source code, it is blank. Any idea what could be causing it?
Code:

<!DOCTYPE HTML>
<%
Response.Write "<html>" & vbNewLine & _
" <head>" & vbNewLine & _
" <title>Testing 123</title>" & vbNewLine & _
" <meta http-equiv=""Content-Type"" content=""text/html; charset=utf-8""/>" & vbNewLine & _
" </head>" & vbNewLine & _
" <body>" & vbNewLine & _
" Testing 123" & vbNewLine & _
" </body>" & vbNewLine & _
"</html>" & vbNewLine
Response.End
%>

 

Replies ...


Maxime
17 January 2016, 22:46


hello Carefree,
I tested your code on my site and it works fine.
Testing here : http://www.chatquiz.org/test.asp
Carefree
17 January 2016, 23:14


I know the code is fine, Max. I'm just trying to figure out why it does nothing on one particular site.

Edit: It's working now, no changes.
AnonJr
18 January 2016, 09:07


Is it the tumblebeasts? I bet it's the tumblebeasts. tongue
Carefree
18 January 2016, 16:05


Now that's a weird site.
AnonJr
19 January 2016, 09:08


He's got some great stuff, and some really weird stuff too. smile
In retrospect, I probably should have linked to the introduction of the tumblebeasts too.
© 2000-2021 Snitz™ Communications