• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JSObject-Problem on Macintosh/MSIE

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have to access some JavaScript-functions via LiveConnect on an Apple Macintosh. Therefore I tried to get a window-object by JSObject.getWindow() resp. tried to load the class via Class.forName as you can see in the following code.
What happened was, that the code simply stopped and popped up an empty Java Message-Window. There was no further output after "Trying to get JSObject...".
This happened on the MSIE-Implementations 4.5 and 5.0 on the Mac while there was absolutely no problem at the Windows-platform.
Does anybody know a workaround to access JavaScript from an applet on a Macintosh ?

[This message has been edited by Stefan Seeba (edited May 07, 2001).]
 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HEllo,
I m getting the same problem .I m working on web based module , and while checking other plateforms. it gives me error on Mac.
It worked perfect on Linux..
If anyone knows any hint regarding this matter. kindly do reply it
regards
Khurram
 
reply
    Bookmark Topic Watch Topic
  • New Topic