T O P I C R E V I E W |
Martin1 |
Posted - 18 Apr 2005 : 16:43:04 In Dynamic HTML Editor 2 how do I add links to the different items in a list and have these links point to an anchor on another page?
Regards,
Martin |
5 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 07 May 2005 : 08:41:23 ok I'll create a sample for you ;-) |
Martin1 |
Posted - 06 May 2005 : 20:03:45 I am probably a bit stupid but I can't get it done[2 H:.(].
What I want is when choosing one option from this option menu the page goes to a certain other page and when I choose another option the page goes to another page.
Could you do me a favor and send me a dhe file of how you did it?
Regards, Martin |
s.dav |
Posted - 06 May 2005 : 15:54:58 - Open Dynamic HTML Editor ;-) - Draw a form ;-) - Draw options - For each option create an event OnClick, action Link, and create a link using Link Wizard; then click Add to events editor.
If you want to link a point of the current page choose che first option in the link wizard (should be Nothing) and write #nameofthesecondlink. |
Martin1 |
Posted - 06 May 2005 : 12:46:43 I stil need some help with this so I'll try to explain in a bit more detail.
Say I create a blank page called page1.html. I go to the left and choose from the input tools the tool called option (I don't first create a form because I don' want a form).
Now I want to add several options to it which I can do by selecting in the properties menu the options field. A new small window pops up in which I can type what I need. Suppose I add three things: Value: 2 Description: two Value: 3 Description: three Value: 4 Description: four
My question is now.
How can I assign to these different options different links (for example pointing to page2.html, page3.html and page4.html)? How can I assign to these different options different links that not only point to another page (for example two linking to page2.html, three linking to page3.html and 4 linking to page4.html) but also a certain place on that other page (anchor point)?
Martin |
s.dav |
Posted - 21 Apr 2005 : 21:35:24 Hello Martin, can you explain me your problem better?
For creating a link to a certain anchor see the help on the link wizard page ;-)
you have to add #anchorname to the link text
|