www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  Scripting    webpublisher report form: linking to bookmark on same report "page"
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Posted
Hello,

Does anyone know a way of including a link on a webpublisher report form that links to a bookmark on the same report "page"?

This problem was raised a while ago in the context of creating a link to the top of a report page and the reply said it was not possible. It looks impossible with just HTML but there must be a way of writing a script that says:
“when the user clicks link A, go to target A”
“when the user clicks link B, go to target B”
Etc
Where A, B etc are single pieces of data in a field, wrapped up in whatever code is needed, e.g

Link A looks like this:
<a href="#
[field]
">
[field]
</a>


Target A looks like this:

<a name="
[field]
"></a>

Also, I’m using a canned query to render this report but I don’t think that is directly relevant to this problem. I can explain more about what I'm trying to acheive if that would help.

If I knew how to do this, my life would complete. Momentarily at least.

Sally
 
Posts: 31 | Location: Bristol, UK | Registered: Thu February 21 2002Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  Scripting    webpublisher report form: linking to bookmark on same report "page"