kippie
08-31-2002, 10:01 PM
How can I open a link in a new window instead of getting the new link in the old window? For example in this html:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body>
To go to Shell click <a href="http://www.shell.com">here</a>
</body>
</html>
Kippie
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body>
To go to Shell click <a href="http://www.shell.com">here</a>
</body>
</html>
Kippie