0
votes
1answer
11 views
ASP Classic - Include VBScript page in a JavaScript page?
Hello,
Is there a way to include a VBScript page into an ASP page written using Javascript?
There is an ASP page written in Javascript, but our sidebar menu is written in VBScript. When I include …
-1
votes
1answer
25 views
VBScript: Function parameter list too long?
in VBScript, I've got a function like:
Function InsertPerson(FirstName, LastName, Street1, Street2, City, State, Zip, x, y, z, a, b, c, d, e)
When I try to compile this function, I get an …
0
votes
0answers
10 views
Getting a collection of every IFRAME on a web page
Hello and thanks for taking the time to read my question!
I am currently trying to automate some basic functionality in internet explorer for a few cases where the currently employed method does not …
0
votes
3answers
2k views
vbscript : fso.opentextfile permission denied
In my code segment, when I script the file name, it gives me a permission denied
on the following line:
Set objTextFile = objFSO.OpenTextFile(strDirectory & strFile, ForAppending, True)
Here …
0
votes
0answers
3 views
Exchange 2003 scripting. Need to find emails from mailbox between particular dates
Hi ,
I am looking for VBscript for searching through a set of mail boxes on an exchg 2003 server.
I could get through to the point of finding the message count.
How can i loop through all the mails …
0
votes
1answer
19 views
CDO.Message - “The transport failed to connect to the server.”
I'm working on a Classic ASP & Vbscript site that uses CDO.Message to send email in a function. I'm running into trouble with this function and am recieving the error,
CDO.Message.1 error …
0
votes
0answers
21 views
Running vbscript from WPF’s WebBrowser
I have a WPF window that is hosting WebBrowser control.
The Web page showing up has vbscript that is loaded when the Html's Body onload event
It doesn't work for me, so I am calling the script with …
0
votes
2answers
36 views
javascript vbscript convert from rtf to html
Hi,
Does anyone know of any vbscript / javascript implementations of a RTF to HTML converter?
I have seen some in VB / c#, but cannot find any reference to a scripted version. Before I start to …
1
vote
5answers
2k views
How do I include a common file in VBScript (similar to C #include)?
VBScript doesn't appear to have a way to include a common file of functions.
Is there a way to achieve this?
1
vote
2answers
18 views
Asp website with vbsript functioning differently on different servers
Hi there,
I am currently trying to move a web site from one server to another, one of the asp pages contains some vb script that looks like this:
Dim oSearch 'AS Object
Dim strXML 'AS String
…
0
votes
0answers
13 views
VBScript “Export to Microsoft Excel” in IE6
When right-licking on a HTML page in IE6 (our company standard), there is an option "Export to Microsoft Excel". Can this option be fired via embedded VBScript?
1
vote
4answers
523 views
Classic ASP Twitter Libraries
Does of anyone know of any Classic ASP (VBScript) Twitter libraries? Thanks.
0
votes
1answer
21 views
How to terminate a process in vbscript
Hi,
How can I terminate process using vbscript. PLEASE NOTE, I need to terminate process that runs under windows 64-bit environment as native 64 (not using select * from win_32_Process)
Thanks,
0
votes
4answers
285 views
Why is the indexer on my .NET component not always accessible from VBScript?
I have a .NET assembly which I am accessing from VBScript (classic ASP) via COM interop. One class has an indexer (a.k.a. default property) which I got working from VBScript by adding the following …
1
vote
3answers
44 views
vbscript How do I find “-” in a string and place characters that follow in a new string?
Hi all,
I'm using vbscript, how do I find the hyphen character "-" in a string and place characters that follow in a new string?
Basically my computer names end with a room number
PC1-3 (room 3) , …
