Unexpected Behavior - Posted (1898 Views)
Advanced Member
Carefree
Posts: 4224
4224
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
%>
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Average Member
Maxime
Posts: 521
521
hello Carefree,
I tested your code on my site and it works fine.
Testing here : http://www.chatquiz.org/test.asp
Cordially,
Maxime

Taxation consists in so plucking the goose to get the most out of feathers with the least possible cries.(Jean-Baptiste Colbert)
Posted
Advanced Member
Carefree
Posts: 4224
4224
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.
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
Is it the tumblebeasts? I bet it's the tumblebeasts. tongue
Posted
Advanced Member
Carefree
Posts: 4224
4224
Now that's a weird site.
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
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.
 
You Must enter a message