| 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.
|
 |
 |
|
|
subject: insert a href into a string
|
|
|