This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes insert a href into a string Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "insert a href into a string" Watch "insert a href into a string" New topic
Author

insert a href into a string

Brian Grey
Ranch Hand

Joined: Nov 15, 2002
Posts: 43
How can I put an href into a string?

I would like to have a string containing this
String link = "<a href="/home.do">Click Here</a>"

Thanks
jefff willis
Ranch Hand

Joined: Sep 29, 2004
Posts: 113
just escape the necessary double quotes:

Brian Grey
Ranch Hand

Joined: Nov 15, 2002
Posts: 43
Thanks
I've found out just after posting my issue.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: insert a href into a string
 
Similar Threads
Newbie Question---Help?
STRUTS: Links within ActionErrors
Simple JSP question
Using XSL to display XML
pagination for forEach of JSTL List