Tritium Posted May 24, 2007 Posted May 24, 2007 Hi all,I'm currently trying to create a little HTA application for Windows PE 2.0. Inside this application I'd like to open a new window by the press of a button to show status information by using: call window.open ("res\status.htm")I've tested everything successful on Windows XP, but inside Windows PE 2.0 the following error occurs:Error: The system cannot find the file specifiedCode: 0URL: X:\Winpe\winpe.htaHas someone a solution for this odd behaviour or a suggestion to work around the problem? Any help is really appreciated!Thanks,Mike
zorphnog Posted May 24, 2007 Posted May 24, 2007 Does this error occur when you click on the status button or can you not start the HTA to begin with?
Tritium Posted May 24, 2007 Author Posted May 24, 2007 Does this error occur when you click on the status button or can you not start the HTA to begin with?The HTA page itself is working fine. I've just problems when the status button is clicked, and the window.open is called.On a Windows XP machine the window.open is working correctly.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now