Hi
I am trying to close a frameset window, and open another file in a new window. I am using the following function which does not seem to work:
<script language="javascript">
function backpalette() {
window.top.close();
window.open('../entry');
}
</script>
It is called by
href="javascript:backpalette()"Close frame"
What am I doing wrong?
bye
Allyson
I am trying to close a frameset window, and open another file in a new window. I am using the following function which does not seem to work:
<script language="javascript">
function backpalette() {
window.top.close();
window.open('../entry');
}
</script>
It is called by
href="javascript:backpalette()"Close frame"
What am I doing wrong?
bye
Allyson
Comment