Forums

This topic is locked

bookmark in dreamweaver

Posted 15 Sep 2006 15:12:18
1
has voted
15 Sep 2006 15:12:18 ebt af posted:
Hi,
If someone can tell me how can implement the bookmark concept( going to certine point in the same page) in .asp page created by a dreamweaver.
Thanks,
nemo333

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]
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
&lt;a href="#test" &gt;Test&lt;/a&gt;
and I have this at the point where I want it to navigate to
&lt;a name="test"&gt;&lt;/a&gt;

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]
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
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]

Reply to this topic