Hi folks,
and once more.
I have the same problem, to run an exe on the client side, to perform an operation.
With IE it was not big deal, thanks the codebase:
<HTML>
<HEAD>
<OBJECT CODEBASE="C:\WINnt\NOTEPAD.EXE" CLASSID='CLSID:10000000-0000-0000-0000-000000000000'></OBJECT>
</HEAD>
<BODY>
</BODY></HTML>
But any ideas for running an exe from Netscape? Linking to an exe, Netscape offers only download, not open it from location, what makes running it more incomfortable.
The only way i found was performing a smartudate, with the exe inside. But this reqieres a certificate, and i dont want spend much money for it or have to run a certificate server.
So, please, any ideas? :O)
Bjoern