|
|
Q1254 What are the different ways of accessing an anchor
irt.org | Knowledge Base | JavaScript | Link | Q1254 [ previous next ] Q1254 What are the different ways of accessing an anchorThe following code will all move the browser to the 5th anchor on the page in a frame named main. Please note that Internet Explorer 4 does not like to go to a named anchor using the anchors array so either use document.all.anchor5 or document.anchors[4] Remove parent.main. and TARGET="main" if the anchor is on the same page as the link to it.
|
-- div -->
|