hi
below is my main page html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Page_1.htm</title>
</head>
<body>
<a href="#My_iframe_Link">Click me</a>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<iframe name="I1" frameborder="0" scrolling="no" src="Page_2.htm" width="910" height="221">
<a name="My_iframe_Link" href="#">Hi, How R u ?</a>
</ifrmae
</body>
</html>
In the clicking of <a href="#My_iframe_Link">Click me</a>
i wand to move to the position inside iframe to the position <a name="My_iframe_Link" href="#">Hi, How R u ?</a>
How i do this?