Re: Error with VBScript 5.6 CHM
From: tlviewer (tlviewerSHRUB_at_yahoo.CHENEY.com)
Date: 06/12/04
- Next message: Phil Reynolds: "Re: Error with VBScript 5.6 CHM"
- Previous message: Phil Reynolds: "Error with VBScript 5.6 CHM"
- In reply to: Phil Reynolds: "Error with VBScript 5.6 CHM"
- Next in thread: Phil Reynolds: "Re: Error with VBScript 5.6 CHM"
- Reply: Phil Reynolds: "Re: Error with VBScript 5.6 CHM"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Jun 2004 23:36:43 -0700
"Phil Reynolds" <Phil Reynolds@discussions.microsoft.com> wrote in message news:CF0D4823-8086-4197-A967-6AE7343DFB38@microsoft.com...
> I am getting an error when I open the Script56.CHM file and whenever I click on anything in the help file. Here is the error.
>
> An error has occurred in the script on this page
>
> Line: 57
> Char: 2
> Error: Object required
> Code: 0
> URL: mk:@MSITStore:C:\Program%20Files\Microsoft%20Windows%20Script\ScriptDocs\Script56.chm:/html/vtorilMicrosoftWindowsScriptTechnolgogies.htm
>
> If I debug when I get this error this is the line causing it.
>
> function getXMLText(term) {
> --->>> var out = xmldoc.selectSingleNode("/UI/String[@Id='" + term + "']").text;
> return out;
>
> All my other CHM files work fine. I have loaded this file on a couple other PC's and it works fine. I have download it twice more just to make sure that I didn't get a bad download. Please help it makes it very hard to write vbs when I have to close this error everytime I click in the help file. Thanks.
>
> Phil Reynolds
What version of the browser is installed on the problematic machine?
You will need at least Internet Explorer 5.5 or higher to fix this.
(source: WSH FAQ by Alex Angelopoulos)
hth,
tlviewer
- Next message: Phil Reynolds: "Re: Error with VBScript 5.6 CHM"
- Previous message: Phil Reynolds: "Error with VBScript 5.6 CHM"
- In reply to: Phil Reynolds: "Error with VBScript 5.6 CHM"
- Next in thread: Phil Reynolds: "Re: Error with VBScript 5.6 CHM"
- Reply: Phil Reynolds: "Re: Error with VBScript 5.6 CHM"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|