I am currently using php to serve applets, and am having problems picking up the user agent as I do so. This is the process:
The php file is saved as a .jar file (HTML seems to require this), and the server configured to apply php.exe to files with a .jar extension.
Then the php file reads in a real .jar file , and echoes it out with the appropriate header information.
However, I would like to pick up the user agent information in the php file, and I don't get the correct information. For IE 5.5, it claims it is IE 5.0, and for Os it just says Win32 rather than NT 4.0.
If the php file is called from an image tag, the correct information is obtained. It seems to be something specific to the applet tag.
Can anybody help with this one.
Many thanks in advance.
Dave