I hired a Renta coder to write the code. It works fine when the html file opened from my pc, but not from another pc. I click the button and a exe on my desktop opens. The html code:
<applet code=MainApplet width=256 height=256 archive="app.jar">
<param name=buttontxt value="Run File">
<param name=path value="c:\test.exe">
</applet>
He has supplied 2 other files app.jar & appcert.crt
The button does not even show up on the html page when opened from another pc. I think the path would be wrong if not open on my pc. How would i supply the right path. I have created a text file on my website with my IP address which updates when i start my pc. Could this be used to set the path ?