kippie
Technical User
- Nov 8, 2001
- 158
In the HTML below I use some simple anchors. When this HTML is mailed to "mail.com" and opened in "mail.com" a new window opens each time you press on an anchor. The only good thing is that the position in the new window corresponds correctly to the position of the anchor. Is there a way to avoid the opening of a new window?
This is the HTML:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
</head>
<body>
<a name="up"></a><a href="#anchor1">Press for Anchor1</a>
<p><a href="#anchor2">Press for Anchor2</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>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a name="anchor1"></a>Here is Anchor1<br>
<a href="#up">Back-UP</a>
<br>
<br>
<br>
<a name="anchor2"></a>Here is Anchor2<br>
<a href="#up">Back-UP</a>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>
Kippie
This is the HTML:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
</head>
<body>
<a name="up"></a><a href="#anchor1">Press for Anchor1</a>
<p><a href="#anchor2">Press for Anchor2</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>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a name="anchor1"></a>Here is Anchor1<br>
<a href="#up">Back-UP</a>
<br>
<br>
<br>
<a name="anchor2"></a>Here is Anchor2<br>
<a href="#up">Back-UP</a>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>
Kippie