I would like to make vertical frame to my chat page.
How would I do that?!?
Now if I just make frameset that includes the phpopenchat, it wanishes as soon as chat gets loaded.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-09-26
Should I add some "cols=" into the frame_set.php -file?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-05-18
Terssi, Did you find a solution to your problem?
I have more or less the same problem by loading PHPOpenChat into my main frame set.
Let me know in case you found the solution
Thanks,
Basman
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-05-31
Just remove the frame-protection Script passage in the index_tpl.php at the begining called:
<!--
//if(top.frames.length > 0)
//top.location.href=self.location;
if(parent.frames.length > 0)
parent.location.href=self.location;
//-->
After this you could run the chat in your frameset but think about: others could do the same !!!! So personalyze your chat that all visitors see the domain and so on...... otherwise other siteowner grab your chat !!!
I would like to make vertical frame to my chat page.
How would I do that?!?
Now if I just make frameset that includes the phpopenchat, it wanishes as soon as chat gets loaded.
Should I add some "cols=" into the frame_set.php -file?
Terssi, Did you find a solution to your problem?
I have more or less the same problem by loading PHPOpenChat into my main frame set.
Let me know in case you found the solution
Thanks,
Basman
Just remove the frame-protection Script passage in the index_tpl.php at the begining called:
<!--
//if(top.frames.length > 0)
//top.location.href=self.location;
if(parent.frames.length > 0)
parent.location.href=self.location;
//-->
After this you could run the chat in your frameset but think about: others could do the same !!!! So personalyze your chat that all visitors see the domain and so on...... otherwise other siteowner grab your chat !!!
see exapmple on http://www.quatschclub.de
Alex