
publishing a local web-site
I want to distribute a local web-site which is meant to reside on the hard
disk of the user.One page of this web-site uses the ActiveX object
'WScript.Shell' within jscript in order to write information to and read
from the registry of the user and the 'Scripting.FileSystemObject' to
manipulate some text files.
What specification will the user require on their PC in order for this
script to work correctly?
Can I, for example, specify simply that the site will work correctly with a
system running Windows 9X/NT and Internet Explorer 4.X and above - or is
there more to it than that?
Martin