1
when you first open my site IE gives a error on shoutbox.
in the following code the debugger shows
top.document.shoutform.shouttext.value = ""; line 9 of shoutframe.php as access denied,
This only happens when you tell the site to remember you and then open it back it. If you log out and then relog the error doesnt show up.
2
might be a case of window naming and accessing
I had a problem when I used my site embedded in one more frame.
top is ment here to be top window. if I remember correctly I changed it to parent
3
changed it to parent didnt help...