allyson
07-04-2002, 03:41 AM
Hi
I am still having problems with this script. I know it's a simple problem, but I just
can't find the solution. When the user clicks on the arrow, the frameset should close,
and entry.htm should be loaded. Have a look at the website so far,
http://homepages.ihug.co.nz/~usateden/panacea/frameset/
<script language="javascript">
function back() {
window.open('../entry.htm');
window.top.close();
}
</script>
</head>
<body background="bg.GIF" bgproperties="fixed">
<div align="right">
<table border="0" cellpadding="0" width="90%">
<tr>
<td width="100%"><p align="left"><a href="java script:back();"><img
src="backarrow.gif"
Can anyone help with this please?
bye
Allyson
I am still having problems with this script. I know it's a simple problem, but I just
can't find the solution. When the user clicks on the arrow, the frameset should close,
and entry.htm should be loaded. Have a look at the website so far,
http://homepages.ihug.co.nz/~usateden/panacea/frameset/
<script language="javascript">
function back() {
window.open('../entry.htm');
window.top.close();
}
</script>
</head>
<body background="bg.GIF" bgproperties="fixed">
<div align="right">
<table border="0" cellpadding="0" width="90%">
<tr>
<td width="100%"><p align="left"><a href="java script:back();"><img
src="backarrow.gif"
Can anyone help with this please?
bye
Allyson