Is this what you're looking for?
Code:
<html>
<head>
<title>
Hi there, this is my site
</title>
</head>
<frameset rows="*,0" framespacing="0" border="0" frameborder="NO">
<frame src="http://www.your.place/index.htm" name="main" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
Your browser dosn't support frames...
</body>
</noframes>
</html>
Or is it this you're looking for?
Code:
<a href="http://where/my/link.html" onMouseOver="javascript:window.status='';">my link</a>