Some Help !!

Good morning sirs ...

French student in electronics 17 years old I am doing for first time  
my personal website !!

Somebody can help me to finish these under codes to put my website
online, by advance thanks a lot... as I don't know how write it and  
where to put
the codes needed !!

Would like do a page or window having size 766x750 auto centered  
without any
bars around except having titlebar on top and statusbar on bottom.

I guess I am wrong on the settings page line ??

<head>
<script language="JavaScript">
var win = null;
var winX = (window.screen.width-766)/2;
var winY = (window.screen.height-750)/2;
window.resizeTo(766,750);
window.moveTo(winX,winY);
settings =  
(scrollbars 
= 
no 
,toolbar 
=no,menubar=no,status=yes,location=no,directories=no,resizable=no);
</script>
</head>

Thanks your help and support.

Chris

crisware@free.fr

Received on Saturday, 8 March 2008 17:58:57 UTC