I read the thread 216-58608, but I din't understand the answer. #-)
I was trying like this:
in the head into Javascript brackets:
and referencing in the body
but that did't work. Can you tell me where I'm wrong?
Tanks a lot!
I was trying like this:
in the head into Javascript brackets:
Code:
function frameclose(){
parent.location=parent.frames.main.location
}
and referencing in the body
Code:
<a href="javascript:frameclose()">
Tanks a lot!