ckennerdale
Programmer
I have a frameset with two frames. In the botton frame is a discussion board script I have installed that sends an email to the user when someone replies to a question.
What I need is some kind of sniffer detects if the user is referencing the bottom frame from within the frame set or not, if not to then reload the page with the full frameset. This way the user never only sees the bottom frame.
I'm about to tray having a script on the head of the bottom frame that is something like
if self=parent.frames[1] do nothing
else open fullfarmeset url
Caspar Kennerdale
Senior Media Developer
What I need is some kind of sniffer detects if the user is referencing the bottom frame from within the frame set or not, if not to then reload the page with the full frameset. This way the user never only sees the bottom frame.
I'm about to tray having a script on the head of the bottom frame that is something like
if self=parent.frames[1] do nothing
else open fullfarmeset url
Caspar Kennerdale
Senior Media Developer