Author |
Topic  |
|
NightStar
Novice

6 Posts |
Posted - 20 Oct 2003 : 16:46:19
|
I've found out how to use labels (_top command) to move up to the top of the page, but how do you set up the option to click on either a button, or on a "text link" to move down the current page to a certain piece of text?
e.g. Label1 is the link "Click here to read the news at the bottom of the page" Label2 is the text which I want to automatically scroll down to when Label1 is clicked on. |
Edited by - on |
|
n/a
deleted
    
492 Posts |
Posted - 20 Oct 2003 : 18:39:33
|
Ok, based on your example:
Select a word in Label2 (the first word is the best ...) and create a link with only "Name" property (Link properties->name) set with a string of your choice, for ex. myLink1.
Then select the word in Label1 that must be clicked to jump, and create a link with the Href property (Link properties->href) set to the same string that you have used above with the character # as prefix, in our ex. #myLink1.
Hope this help!
Ciao! |
Ciao Ciao De.  |
Edited by - on |
 |
|
n/a
deleted
    
492 Posts |
Posted - 20 Oct 2003 : 18:41:48
|
... and ...
WELCOME NightStar !!!
|
Ciao Ciao De.  |
Edited by - on |
 |
|
Pelle
Super User
    
Italy
275 Posts |
Posted - 20 Oct 2003 : 20:03:17
|
Welcome NightStar! |
Pelle. |
Edited by - on |
 |
|
s.dav
Site Admin
    
Italy
3364 Posts |
Posted - 21 Oct 2003 : 08:47:33
|
quote: Originally posted by De
Ok, based on your example:
Select a word in Label2 (the first word is the best ...) and create a link with only "Name" property (Link properties->name) set with a string of your choice, for ex. myLink1.
Then select the word in Label1 that must be clicked to jump, and create a link with the Href property (Link properties->href) set to the same string that you have used above with the character # as prefix, in our ex. #myLink1.
Hope this help!
Ciao!
Good job De!  |
Regards, Davide |
Edited by - on |
 |
|
NightStar
Novice

6 Posts |
Posted - 23 Oct 2003 : 18:33:13
|
Many thanks all! :) |
Edited by - on |
 |
|
|
Topic  |
|