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...
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.