| Author |
HTML Link
|
Isaac Hewitt
Ranch Hand
Joined: Jul 24, 2006
Posts: 179
|
|
I have HTML pages displayed inside a JEditorPane. I can change pages alright by clicking on the nodes of a JTree that specify each page. In the one of the HML pages, I have an external link to an internet page.
I know how to have a web page open up from within java code using JDIC but from within an HTML page, the link does not work directly. I know how to code HTML and CSS because I have done website.
From within java code:
|
 |
Rob Camick
Ranch Hand
Joined: Jun 13, 2009
Posts: 1808
|
|
|
Where is the SSCCE?
|
 |
 |
|
|
subject: HTML Link
|
|
|