IE6 open page to certain position down..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to open a web page to specific spot each time, based on key
words (repeating) have: (thanks)

- "2006" at top right of destination
- "copyright" bottom left
- ".com/" bottom right
 
nastech said:
Is it possible to open a web page to specific spot each time, based on key
words (repeating) have: (thanks)

- "2006" at top right of destination
- "copyright" bottom left
- ".com/" bottom right

AFAIK, no it's not possible. Not unless the web page author has put an
anchor tag (<a name="somethingorother">) in the page. In that case you
could create a bookmark pointing to
http://www.pagename.com#somethingorother, and you would be taken to
that point in the page.

I sometimes read online books that are packaged into a single VERY
LONG web page, and have wished for a way to tell my browser to
remember some particular point within the page. No such seems to
exist.
 
Back
Top