Forum Moderators: open

Message Too Old, No Replies

Useing anchors.Jumping from one page to another's specific area. How?

Possible to jump from 1 page to another at a specific area?Please help.

         

frenzy77

5:59 am on Dec 3, 2005 (gmt 0)

10+ Year Member



Hey guys:)

I was setting up the navigation for a site and was wondering if you could help.

Anyways,...

Well, with anchors i know that you can jump from one section of a page to another part on the "same" page.

So my question is can i jump from *one webpage* to another *webpage* to a specified section?

Like this:

First page:
>"widget-1.html"

Second page to jump to at specific section of the page:

>"widget-2.html"

I tried doing it this way, but i just want to make sure it works when i go online. Right now it is just being tested on my pc.
Like this:

1st page-
[widget-1.html]
<a href="widget-2.html#searches">Order Super Widget</a>

2nd page-
[widget-2.html]
<a name="searches">Searches</a>

It works well on my pc but just want to make sure i'm codeing it right. I know jumping from one page section to another on the *same page* is possible, but i was not sure if it worked from one page to another page at a specified section.

>Is it ok to use the above example as it is shown?
Does it work?

Thanks guys:) Just want to be certain it works before using it online.

Thanks again.

frenzy77

[edited by: tedster at 6:07 am (utc) on Dec. 3, 2005]
[edit reason] fix formatting bug [/edit]

kaled

12:15 pm on Dec 3, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes, it works the same way online.

Kaled.

frenzy77

5:46 pm on Dec 3, 2005 (gmt 0)

10+ Year Member



Thanks for the help kaled:)
I really appreciate your response:)

frenzy77