I need a function that reload a specific frame from another. I could use "parent.frames[1].location.reload();" but here is the problem. The frame that are supposed to reload the top elements frame could be one step further down like "parent.parent.frames[1].location.reload();" and the same...
Ok this is what I need to do:
From one page you open a pop-up and when this pop up is open you shouldnt be able to go to the opener window.
I've tried <body onBlur="self.focus()"> in the pop-up but disturbs the form in the pop-up (you can't write in the fields) and it's quite easily...
I'm trying to get window.onresize to work but it just won't and i don't understand why.
It works if I put it in body onresize but that's not a possibility for me.
All I get i run this code is the alert onload and nothing if I resize the window.
Please help me
<html>
<head>
<script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.