Applet needs full browser pane w/ DOM access.
My swing applet needs to display a pane within an overall GUI layout showing a web browser view. My applet needs to have access to the underlying browser's DOM for any pages loaded (URL/HTML) loaded into the pane. Note: using a JEditorPane is not adequate (doesn't support all tags/javascript etc.) - I need an instance of the underlying web browser (MSIE, Firefox, etc.) running within the GUI pane (like an <iframe> in HTML). Also, I don't want to use any ActiveX controls (webbrowser), but I need equivalent functionality otherwise.
How would I do this?
TNX
Philibuster
__________________
Philibuster
|