Testing For Pages That Break Frames
- From: BlueScale <bluescale1976@xxxxxxx>
- To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
- Date: Thu, 28 Aug 2008 00:27:23 -0400
Hi,
This is something that I have never had to do before. I have a script
that I wrote for it in php, but I am not sure if it works or not.
Basically what I did is set the page to reload in 30 seconds. The
script is the top frame and the page it is checking is the bottom frame.
I figure that if the php script is able to reload after 30 seconds that
the page does not break frames. I know this isn't 100% sure to work
though because if for some reason the page in the bottom frame fails to
load, it won't have the chance to break the frame, so the script won't
work. It should be good for my purposes though. I used header(refresh)
to reload the page in 30 seconds. Will that cause my script to reload
even if the frame is broken? IF so, should I go for a javascript
solution? I am trying to avoid JS because it isn't reliable with all
browsers. Code that works in Firefox may not work in IE... etc.
Thanks for any help
BlueScale
Other related posts:
- » Testing For Pages That Break Frames