trichview.com

trichview.support




Re: Hyperlink


Return to index


Author

Message

Sergey Tkachenko

Posted: 04/11/2004 14:27:39


Sorry, I missed this question.


How to save hyperlink pointing to checkpoint.


1) Use checkpoint names as checkpoints identifiers.

Include rvsoUseCheckpointsNames in the Options parameter of SaveHTML


2) Add '#' at the beginning of the link.

For example, if you insert a checkpoint with the code

  rve.SetCurrentCheckpointInfo(0, 'test', false),

a link to it can be inserted as

  rve.InsertStringTag('Link to test', Integer(StrNew('#test')));


> Hi,

> I have some questions based on the hyperlink problem.

>

> In my application, there is hyperlink which is linking to an URL, there is

> hyperlink to link to a checkpoint as well, when saving this document into

> HTML will this hyperlink still work? For example, clicking on the link of

> URL in the HTML will link to that URL page while clicking on the

checkpoint

> link will browse to the exact location of that checkpoint?

>

> best regards,

> CY

>

>





Powered by ABC Amber Outlook Express Converter