Jumping to a spot in an external link

S

Squeaky

Is there way to set up a hyperlink to an external page so
that the link takes you to a specific spot on that page?
Thanks.
 
M

maak

Hello,
Is there way to set up a hyperlink to an external page
so that the link takes you to a specific spot on that
page?

If there's a jump point (<a name=something>) on the other
page, yes (link: <a href=page.htm#jumppointname>link</a>).

Else not really.


maak
 
M

MD WebsUnlimited.com

Hi Squeaky,

Do you own the external page? If not then you'll need to use ASP to "tear"
the page form the external source. You can then search for the location that
you wish and insert the bookmark and cause the browser to scroll to that
location. This is not trivial in nature but is doable.
 
Top