Hi !
I'd like to create a link in a logic sheet, then
display it with a <xsp:expr> tag.
This is the source code :
String temp = "<a href="\""" + myLink + "\">" +
myLink + "</a>";
This should work, but I get an error message if I
try to display the string :
-- Open quote is expected for attribute "Href|"
--
If I replace < and > by < and >
everything is correctly displayed, but the link
isn't interpreted by the browser...
Any idea ?
Gan.
|
- Re: Link creation problem Ganael LAPLANCHE
- Re: Link creation problem MTiffany71
- Re: Link creation problem Ganael LAPLANCHE