Forums
This topic is locked
bookmark in dreamweaver
Replies
Replied 28 Sep 2006 17:02:52
28 Sep 2006 17:02:52 Vince Baker replied:
This is called an anchor point.
add this to the point to navigate to:
<a name="test"></a> (in the code view)
and then, to link to it simply add a hyperlink with the link pointing to #test
voila
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
add this to the point to navigate to:
<a name="test"></a> (in the code view)
and then, to link to it simply add a hyperlink with the link pointing to #test
voila
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Replied 28 Sep 2006 18:34:20
28 Sep 2006 18:34:20 ebt af replied:
Thank you . But Still it is not working the problem with the hyperlink. It trying to get new page I want to link to a point in the same page.
Maybe I'm missing somthing.
here is the my link statment
<a href="#test" >Test</a>
and I have this at the point where I want it to navigate to
<a name="test"></a>
Thanks
Maybe I'm missing somthing.
here is the my link statment
<a href="#test" >Test</a>
and I have this at the point where I want it to navigate to
<a name="test"></a>
Thanks
Replied 28 Sep 2006 18:42:15
28 Sep 2006 18:42:15 Vince Baker replied:
this is correct but to test it make sure you have a long page where the anchor point is way down, otherwise it will appear to not work as the page cannot move anywhere.
I tested your code and works fine.
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
I tested your code and works fine.
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Replied 28 Sep 2006 19:14:44
28 Sep 2006 19:14:44 ebt af replied:
It works if the file ext .htm but not working if the file is .asp
Any thoughts
Thanks
Any thoughts
Thanks
Replied 29 Sep 2006 12:32:23
29 Sep 2006 12:32:23 Vince Baker replied:
your code works on asp pages on my pc.
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]