T O P I C R E V I E W |
NightStar |
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. |
5 L A T E S T R E P L I E S (Newest First) |
NightStar |
Posted - 23 Oct 2003 : 18:33:13 Many thanks all! :) |
s.dav |
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!  |
Pelle |
Posted - 20 Oct 2003 : 20:03:17 Welcome NightStar! |
n/a |
Posted - 20 Oct 2003 : 18:41:48 ... and ...
WELCOME NightStar !!!
|
n/a |
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! |