[thelist] email attachments using ASP

Ken Schaefer ken at adOpenStatic.com
Tue Jun 24 21:42:06 CDT 2003


Hi James,

As you are probably aware by now, ASP is not a language. Instead, it's a
"framework" or similar, in which you can write pages using a number of
different languages. VBScript is the most popular. In order for the server
to process pages written in VBScript, you need to have a VBScript engine
installed on the server. You can either get this by installing IE (and the
newer the version of IE, the newer the script engine) -or- you can download
and install the script engine separately:

Windows Script (VBScript and JScript) v5.6 can be downloaded separately
here:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp

To clarify, the need for VBScript engine to be installed on the server has
nothing to do with what the client ultimately sees (which is just HTML, CSS,
Javascript etc that your ASP pages output).

Cheers
Ken

----- Original Message ----- 
From: "klute" <soundres9 at yahoo.com>
To: <thelist at lists.evolt.org>
Sent: Wednesday, June 25, 2003 5:52 AM
Subject: RE: [thelist] email attachments using ASP


: guys,
:
: thanks a lot for this. that tutotial assumes you have
: vbscript 5.0 available with IE5+. Active *Server*
: Pages require specific browser version? does not this
: sound ridiculous to you?
:
: having googled "netscape vbscript" i found
: http://www.b2knet.com/ which says:
:
:
: "Next we will do a test of your browsers VBScript
: compatibility. Typically, only Microsoft browsers will
: support this. If successful, you will see a message
: displaying "VBScript is enabled and working!". If
: unsuccessful, old browsers should show "VBScript not
: recognized by this browser!", while newer
: non-compliant browsers will show nothing."
:
: i use latest mozilla and sure enough nothing showed up
: in my browser.
:
: i'll hack something for this project but this gives me
: one more reason to stay away from ASP.
:
: james



More information about the thelist mailing list