How to make HyperLink in java code?
I have a java page wher I want to create a hyperlink to another java page.I want that as soon as I click on text variable "view", the new java page should be shown on display."view " is not a button.It is like a string and I want to create hyperlink on it.How can I do it?Can anyone provide me with some code for understanding?
Re: How to make HyperLink in java code?
Can you explain what a "java page" is? Are you talking about the display in a JFrame?
Is this a question about HTML and javascript?