Mycket flitig postare
|
|
Reg.datum: Aug 2003
Inlägg: 753
|
|
Mycket flitig postare
Reg.datum: Aug 2003
Inlägg: 753
|
<script LANGUAGE="javascript">
<!--
function bild(url,width,height)
{
egenskaper="toolbar=no,location=no,directories=no, status=no,menubar=no,scrollbars=yes,resizable=yes" ;
egenskaper+=",width="+width;
egenskaper+=",height="+height;
egenskaper+=",top="+(screen.height - height) / 2;
egenskaper+=",left="+(screen.width - width) / 2;
unik=new Date();
unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+u nik.getHours();
window.open(url,unik,egenskaper);
}
//-->
</SCRIPT>
Den här kan du nog modifiera o leka lite med så den passar dig..
|