ASP jitters

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
ultrabot90
-


Joined: 19 Jan 2008
Posts: 4

PostPosted: Sun Jan 27, 2008 6:05 am    Post subject: ASP jitters Reply with quote

(This could be in either the Classic ASP forum, or in the General Questions forum...I'm confused.)
I have to make a school project in ASP. I hosted a page in ASP on my site (which I host expressly for the ASP project using Abyss, IIS was not at all easy to understand -.-)
First time I did it, it didnt run at all. So I made a test file.
Here is the code -
Code:

<% LANGUAGE="VBScript" %>
<html>
   <head>
      <%
         <!--
            response.write("ASP"&"<BR>")
         -->
      %>
      <script language="VBScript">
         <!--
            document.write("VBScript")
         -->
      </script>
      <script language="JavaScript">
         <!--
            document.write("JavaScript")
         -->
      </script>
   </head>
   <body>
   </body>
</html>

In Opera, the output was
Code:

<% LANGUAGE="VBScript" %> <% %> JavaScript

In IE, the output was
Code:

VBScript JavaScript

I double checked with w3schools.com, syntax was 100% correct (I hope - what could possibly go wrong in such a small code? -.-)
Please help.
Edit - I asked a friend to check it out on my site (http://59.165.24.132/asp2.asp) and it still doesnt work. That is, same output as above. And when they load an ASP file in FireFox (I dont have FF), it asks them to dload it. How possibly can I get it working?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Jan 27, 2008 5:27 pm    Post subject: Re: ASP jitters Reply with quote

ultrabot90,

Have you installed ASP support in Abyss Web Server as explained in http://www.aprelium.com/abyssws/asp.html ?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
ultrabot90
-


Joined: 19 Jan 2008
Posts: 4

PostPosted: Mon Jan 28, 2008 3:23 pm    Post subject: Reply with quote

Oops, I didnt know that. Sorry.
But ActiveHTML appears to be shareware...Is there any freeware solution present?
Back to top View user's profile Send private message
Moxxnixx
-


Joined: 21 Jun 2003
Posts: 1226
Location: Florida

PostPosted: Mon Jan 28, 2008 4:44 pm    Post subject: Reply with quote

ultrabot90 wrote:
Oops, I didnt know that. Sorry.
But ActiveHTML appears to be shareware...Is there any freeware solution present?

Do a search on this forum for "free AND asp", without the quotes.
Back to top View user's profile Send private message Visit poster's website
ultrabot90
-


Joined: 19 Jan 2008
Posts: 4

PostPosted: Mon Jan 28, 2008 4:53 pm    Post subject: Reply with quote

Ah, perfect, thank you. Sorry for asking a nooby and seemingly age-old question.
Back to top View user's profile Send private message
StodoBult
-


Joined: 29 May 2010
Posts: 9
Location: Italy

PostPosted: Sun Aug 01, 2010 2:16 am    Post subject: ASP jitters Reply with quote

This Function strips/replaces any ASP Code that may be found in a string...

Code:Function StripASPCodestrip_stringSet RegularExpressionObject = New RegExpWith RegularExpressionObject.Pattern = "<sS?" & Chr37 & ">".IgnoreCase = True.Global = TrueEnd Withstrip_string = RegularExpressionObject.Replacestrip_string, "-ASP-REMOVED-"Set RegularExpressionObject = nothingStripASPCode = strip_stringEnd Function
Back to top View user's profile Send private message Send e-mail ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group