
replacing text in a html-file and saving the changed file
Hi,
I don't know if it differs when you define and create
objects...because when i create the object in the
beginning al is running fine.
I want to thank you for the help with it. It's now easy
to translate english genealogy-html pages into dutch or
german or... The only thing I have to do now is to add
lines to a translation file....I have put a version on my
homepage.....
Greetings
Quote:
>-----Original Message-----
>> Script engine v7426.5.6
>The script should have been:
> Dim strENG
> strENG = "ScriptEngine = " & ScriptEngine() & " "
> strENG = strENG & "v" & ScriptEngineMajorVersion
()
> strENG = strENG & "." & ScriptEngineMinorVersion
()
> strENG = strENG & " (" & ScriptEngineBuildVersion
() & ")"
> WScript.Echo strENG
>Which would geneate (for you):
> v5.6 (7426)
>which is current.
>I was hoping your problem might have been caused by an
older version.
>Back to square one...