- Joined
- Dec 4, 2009
- Messages
- 2
- Reaction score
- 0
In my Java applet I am calling showDocumet(url , "_self"); which works fine in FF but doesn't work in IE.
Basically the url - contains - 'javascript:ju.CallStep2(true)'
ju is instantiated to a Javascript object which calls function - CallStep2 ( which hides frame one and displays frame 2).
This works in FF but not in IE.
I saw online that there are problems with ShowDocument on IE. Is there a workaround to make it work in IE or some other way to call the html page frame.
Thanks
Basically the url - contains - 'javascript:ju.CallStep2(true)'
ju is instantiated to a Javascript object which calls function - CallStep2 ( which hides frame one and displays frame 2).
This works in FF but not in IE.
I saw online that there are problems with ShowDocument on IE. Is there a workaround to make it work in IE or some other way to call the html page frame.
Thanks