JavaScript Client-Server Communication in Safari
Hello,
I'm trying to get client-server communication with JavaScript to work with Safari. Has anyone encountered any problems with this, and how did you fix it/make it work? I have gotten it to work in Firfox, IE, and other browsers, but Safari seems to not work. When trying to use the Java method (ie: new java.net.URL), I get this error: "can't find variable: java". I have tried a few other methods (XmlHttpSupport) but I still can't get any data to be passed.
If anyone has any info, links, or suggestions-- I would greatly appreciate it!
|