10. april 2002 - 22:32Der er
7 kommentarer og 1 løsning
Fejl i script
<script language="JavaScript"> function OpenUserWin() { var ClientHeight = 500; var ClientWidth = 140; var ScreenWidth = Screen.Width; window.open('index.php',"AUserWin","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes,width="+ClientWidth+",height="+ClientHeight+",top=0,left="+ScreenWidth-ClientHeight); } </script>
<script language="JavaScript"> function OpenUserWin() { var ClientHeight = 500; var ClientWidth = 140; var ScreenWidth = Screen.Width; window.open('index.php','AUserWin','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes,width="+ClientWidth+",height="+ClientHeight+",top=0,left="+ScreenWidth-ClientHeight'); } </script>
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.