Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Unexpected Behavior

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Carefree Posted - 17 January 2016 : 22:29:32
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?


<!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
%>
5   L A T E S T    R E P L I E S    (Newest First)
AnonJr Posted - 19 January 2016 : 09:08:15
He's got some great stuff, and some really weird stuff too.

In retrospect, I probably should have linked to the introduction of the tumblebeasts too.
Carefree Posted - 18 January 2016 : 16:05:26
Now that's a weird site.
AnonJr Posted - 18 January 2016 : 09:07:30
Is it the tumblebeasts? I bet it's the tumblebeasts.
Carefree Posted - 17 January 2016 : 23:14:30
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.
Maxime Posted - 17 January 2016 : 22:46:06
hello Carefree,
I tested your code on my site and it works fine.

Testing here : http://www.chatquiz.org/test.asp

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.02 seconds. Powered By: Snitz Forums 2000 Version 3.4.07