<script language="Javas cript">
<!--
function apri (theURL,winName ,features){
window.open (theURL,winName ,features);
var a=null;
oldwindow = window.self;
oldwindow.opene r = window.self;
oldwindow.close ();
}
-->
</script>
<A
href=javascript :apri('../pagine_popup/page_to_load.ht ml','finestra1' ,'width=
220,height=260' ,'scrollbars=no ')>start</a>
i wanna close the old page ONLY when i click on the link which open a new
page.
What's wrong? please help me :)
daniele
Comment