Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 526
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: Thu Mar 28 17:37:18 CET 2024

Total time taken to generate the page: 0.01109 seconds