funzt nich
hi,
also bei mir funktioniert das nicht...
ich weiß nicht was ich falsch mache.
hier ist ma mein code:
<html>
<head>
<title>...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<a>function qPopUp(theFile)
{
popHeight = 500;
popWidth = 600;
popY = (screen.height / 2)-(popWidth/2);
popX = (screen.width / 2)-(popHeight/2);
window.open(theFile,"wheredoyouwanttopoptoday","scrollbars=auto,width="+popWidth+",height="+popHeight+",left="+popX+",top="+popY);
}
</a>
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
also wenn ihr wisst, woran das liegt - bitte antwortet
thx,
victork