<html>
<marquee width="20" height="20" bgcolor="green" behavior="alternate" scrollamount="10" direction="right">MOOOO</marquee>
</html>
<script>
function open(url,width,height){
window.open("url","remote", "width=width, height=height, scrolling=true");
}
</script>
<a href="javascript:open(www.msn.com,200,200)">Open MSN</a>
I hope I wrote one right. I just wrote it quickly. Someone correct me if its wrong.