Quote:
|
Originally Posted by mehmet_engur
I managed it to run the EXE program on client side. But it is not loading from frame set, it only loads from standalone web page. Why is it so ? It gives error message when I try to load it from frame.
|
it cannot be embedded to a webpage, try to live with that. You are already using IE specific code that will only run for those few people who have ActiveX enabled, and who are brave, or stupid enough to let a webpage run an application. Sigh. I hope your entire webpage doesn't rely on the application, but just that it's an extra feature like a calculator or something. Otherwise, it would be an
extremely inaccessible way, and if you're doing the website for a company, it could be sued.
Quote:
|
Originally Posted by mehmet_engur
Also is there a way I can search user drivers and find the address of myexe.exe program so that I can lload the program from that address ?
|
well, once the user has enabled ActiveX for the page, it can do pretty much anything. get directory listings, read files, create files, write to file, append files, delete files, rename files, copy files, rename directories, delete directories, read the registry, modify the registry, run any program... fun isn't it???? why can't microsoft just concentrate on basic web standards instead of this dreadful and useless technology which hazards every IE user's security? read more about this technology yourself or hope that someone else gives you the code, I won't.