I am currently in the development of a judging system which communicates with an online server through soap. Since the thing should still work when offline, I use wapache to store data on the local disk if network is not present.
Besides that I can also profit from various cool features like menu's and stuff.
Since wapache is now the main platform that accesses local files, it would be great to open online pages as well, currently wapache opens a new window in an external browser. Is it possible to open some of these in the wapache window?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am currently in the development of a judging system which communicates with an online server through soap. Since the thing should still work when offline, I use wapache to store data on the local disk if network is not present.
Besides that I can also profit from various cool features like menu's and stuff.
Since wapache is now the main platform that accesses local files, it would be great to open online pages as well, currently wapache opens a new window in an external browser. Is it possible to open some of these in the wapache window?
Sorry for the late response.
No it's not possible. The Wapache runs IE with elevated privileges. Accessing external pages would be too dangerous.
You can also retrieve the HTML on the server-side however.
hi,
can i used I frame ? with frame src="http://google.com/
can we modify the embded IE privileges ?