Dynamics hyperlinks ? [message #42082] |
Wed, 01 June 2005 12:43 |
Eclipse User |
|
|
|
Originally posted by: shiffer_david.caramail.com
hi,
I'm trying to produce some dynamics hyperlinks in a table contaning datas,
but it doesn't work, indeed i have a table bounded with a dataset, and for
each row I want a column containing an hyperlink with parameters. I've
used the tools allowing to do hyperlinks but i can't integrate dynamics
values like the following :
<a href="http://url?name=row.Name">link</a>
The parameter isn't reconized as a parameter, it appears as a normal
string.
Otherwise using the next syntax :
<value-of>
"a href=\"http://url?name="+row["name"]+">link</a>"
</value-of>
it doesn't work too, a error message says that the litteral is infinite, i
think it seems that we can't imbricate html tags.
Does anybody know how i can do?
|
|
|
Powered by
FUDForum. Page generated in 0.05242 seconds