Starter
|
| Posted: 06/01/2005, 6:24 PM |
|
When I create a link in a table, it filters the content in the result page.
How can I create a link that points to an anchor instead of filtering the results page?
How can I "tell" CCS that create an anchor for each record in the result page....?
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 06/02/2005, 6:18 AM |
|
Hello,
First of all create an anchor where you need on a page. You can use Bookmark from ToolBox->HTML window. Then modify Link Href Source property in Link’s Before Show event to add a bookmark at the end of parameters string. E.g.
global $form_name;
$form_name->Link_name->Page.= "#myBookmark";
As I know it is not possible to create bookmark automatically when building a form with Builder.
_________________
Regards,
Nicole |
 |
 |
|