Display a Window
Lydia, the Tatooed Lady
The Marx Brothers

Click Here

<script language="JavaScript">

function DisplayWindow(url,h,w) {
  var winl = (screen.width - w) / 2;
  var wint = (screen.height - h) / 2;
  popupWindow =
    eval("window.open('"+url+"', '', 'width="+w+",height="+h+
    ",top="+wint+",left="+winl+
    ",menubar=no,toolbar=no,location=center,scrollbars=no"+
    ",resizable=no,status=no,location=no')")
}
</script>


<a href='javascript:DisplayWindow("testDisplay.html",200,550)'>Click Here</a>
Hosted by www.Geocities.ws

1