|
-
Aug 9th, 2000, 12:00 PM
#1
Thread Starter
Hyperactive Member
Ok, I'm new to VBScript, so don't laugh.
How do I take the VBScript source I made in MSE and create a vbscript file?
Do I just copy/paste it and change the extension like I would an HTML file?
-
Aug 9th, 2000, 07:06 PM
#2
Addicted Member
Well, the way I do it is with Interdev (part of the Microsoft Visual Studo). The most common usage for VBScript is in ASP files (Active Server Pages)... so any program that compiles to asp files should work. As to pasting it into a program like notepad and trying to save it with a .asp extension... I really don't know, havn't tried but I doubt it will work. Hope this helps, and good luck with VBScript
Stephen Haney- 115 116 101 118 101 31 72 65 78 69 89
-ShardsOfSilence.net- ^ My name in ASCII ^
You forget something new every day
| WinME | VB6 Pro | MSC++ | Lambda MOO |
-
Aug 9th, 2000, 08:49 PM
#3
Thread Starter
Hyperactive Member
Actually, I know how to USE it and all that, it's just that I'm creating a page based around MsAgents, and I need to put all the loading code into a vbscript file to save time and space and make it more convenient to use.
Ie, all I have to do is have
<script language="VBScript" src="header.vbs"></script>
instead of
<script language="VBScript">
A WHOLE LOTTA CRAP HERE
</script>
on every page. Catch my drift?
-
Aug 9th, 2000, 08:58 PM
#4
Addicted Member
Aaah
Ah, ok, I see... that I don't know, sorry. I've just always used something else besides VBScript for that kinda' thing.
Stephen Haney- 115 116 101 118 101 31 72 65 78 69 89
-ShardsOfSilence.net- ^ My name in ASCII ^
You forget something new every day
| WinME | VB6 Pro | MSC++ | Lambda MOO |
-
Aug 9th, 2000, 09:00 PM
#5
Thread Starter
Hyperactive Member
-
Aug 10th, 2000, 12:52 AM
#6
Thread Starter
Hyperactive Member
Does ANYONE know?
I'd REALLY like to know.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|