U++ framework
Do not panic. Ask here before giving up.

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 Go to previous message
Lance is currently offline  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

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Adding Version Information & Icons to app's exe file
Next Topic: Map implementation
Goto Forum:
  


Current Time: Wed May 06 05:02:38 GMT+2 2026

Total time taken to generate the page: 0.00679 seconds