posted 13 years ago
I am accessing the User profile folder of windows and read one file called test.txt using wscript.shell of Active object.
My question is that it is not working in Mozilla/chrome, but only in IE due to ActiveX object.
Code:
What should i do to make application cross platform independent?
Provide any idea regarding this.