How can one use VBScript to read HTML file?
Of course it can be read as Text document,
but we want to use DOM (HTMLDocument, IHTMLBodyElement etc?)
so that the document can be parsed.
Following code works in VB with some undesirable effects
(launches IE)
===============
Set oH = New...
Hi,
We want to copy a file from NT to Solaris using rSync.
There is a job running on Solaris looking for this file.
So we want to copy the file with different name and
then rename it to what the job is looking for.
(Don't want the job to pickup incomplete file)
How can this be done with...
Thanks for quick reply.
Seemed like nice work-around until I got following:
========================
Active Server Pages error 'ASP 0116'
Missing close of script delimiter
/eRepLoad/BeginScript.inc, line 1
The Script block lacks the close of script tag (%>).
========================
Is...
It's not about location of the file.
Below is an example of WSF file.
=========
<job id="TestJob">
<?job debug="true"?>
<script Language="VBScript" src="ServerFunctions.asp"/>
<script language="VBScript">
' Main Program
msgbox "Hi"...
Hi,
How can one include a VBS file in ASP page and WSF code?
I have some functions in an asp page "ServerFunctions.asp"
that I want to use in WSF file. I created ServerFunctions.vbs removing "<%" and "%>
This file I can use in WSF file with script tag.
In ASP I tried...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.