Home » Community » Coffee corner » [Skylark][witz] How would you do this
[Skylark][witz] How would you do this [message #51794] |
Fri, 31 May 2019 22:49  |
Lance
Messages: 656 Registered: March 2007
|
Contributor |
|
|
Suppose in a witz
<a href=$Handler(v)>$Title</a>
Will produce in the resulting html document something like this
<a href="/display/1">Some Report</a>
My intended result is something like
<a href="/display/1.pdf#page=3">Some Title</a>
Basically, I need to put some text in the quoted text created by $Handler(v).
In my case $v and $Title are actually key and value of an entry in a ValueMap. I have attempted to make $v = "1.pdf#page=3", but don't know how to prevent it from being HTML escaped.
What's the suggested way of achieving the intended result?
[Updated on: Fri, 31 May 2019 22:50] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat May 10 17:15:25 CEST 2025
Total time taken to generate the page: 0.01019 seconds
|