javascript - Alternative solution to browser reading the contents of local file system -


i absolutely understand browser cannot read contents of local file. client still has following requirements need cater:
1). there installer create folder bunch of html , js files. html files refer js files using tag.
2). web application (running through http:/localhost/) have link, on click read required html file.

i aware 1 approach using activexobject, ie specific. there alternative approach can assist me with? or should respond no solution exists such kind of scenario?


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -