Helpor: POPUP

Beitrag lesen

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<LINK href="styles.css" rel=stylesheet>
<title>Danke</title>

<script type="text/javascript">
var WIN = null;

function popUp(url, target)
{
   var param = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=695,height=440';

if(!WIN)
{
 WIN = window.open(url, target, param);
 window.onunload = function()
   {
   if(WIN && !WIN.close) WIN.close();}
}
else
{
  WIN.loaction.href = url;
  WIN.focus();
 }
}

</script>

</head>

<body bgcolor="#730B0B" topmargin="5" leftmargin="5">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="502" height="208">
    <tr>
      <td width="715" height="37" align="center">
      <img border="0" src="images/titel/danke.gif" width="193" height="26"></td>
    </tr>
    <tr>
      <td width="505" valign="top" height="171">
      <p align="center"><em style="font-style: normal"><font color="#EE82EE">
      <br>
     <A onclick="popUp('danke.htm', 'hrefMEMBER');" href="poop.htm">TEST</A>
     <A onclick="popUp('ich.htm', 'hrefMEMBER');" href="poop.htm">TEST</A>
     </font></em></p>
      <p align="center"><em style="font-style: normal"><font color="#FF9C00">
      <br>
      VON <img border="0" src="images/herz.gif" width="20" height="18"> EN</font></em></p>
      </td>
    </tr>
  </table>

</body>

</html>