| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Mar 2004 Location: Stockholm, Sweden
Posts: 4
![]() | Display a script page in a iframe I'm using a big iframe for navigation on my site http://www.uvpucko.com. I'm applying a chat to it as well, but when I log into the chat, one page is not being displayed. (The chat is loaded inside a big iframe) You can check it out for yourself. www.uvpucko.com To the left of home there is an "invisible" clickable area (going to say chat when the chat works). Click that area, log in into the chat (password is only requiered for registered users) and watch the right page while it's NOT loading ![]() Then visit this page: http://www.uvpucko.com/scripts/chat log in, and see when the page loads. It's working perfectly. I've asked for assistance from the author. But I thought this might be a common problem within PHP coding? I would appreciate any kind of helt. Links to other pages, links php manual where this behaviour is described or something. ????: NamePros.com http://www.namepros.com/programming/34340-display-a-script-page-in-iframe.html Any helt is apreciated! The chatscript can be located at http://www.vochat.com
__________________ Limite were made to be broken - No Fear -=[Facilitate the rave n' trance culture]=- http://www.UvPucko.com |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Feb 2004 Location: Meadville
Posts: 640
![]() ![]() ![]() | Try with NetScape 7... If it works there (Netscape now supports IFrames), then it could be a cookie issue. For example, I have a NP$ conversion toolbar in my sig line - I frame out namepros and have the toolbar in the top frame. But with IE, the cookies wouldn't "hold"... It kept demanding that I keep logging in. In Netscape it worked fine. So if you click my link in IE, instead it will pop-out a little toolbar to use, but in Netscape it will frame it... I believe IE's issue has to do with the different frames being from different domains. |
| |
| | THREAD STARTER #3 (permalink) |
| New Member Join Date: Mar 2004 Location: Stockholm, Sweden
Posts: 4
![]() | Cookie Okey, let's face it like it's a cookie problem (I haven't had the time to check it out yet ). How do I get rid of it, alternative fix it?Just find the related cookie, delete it and then it will work? Won't the script generate a new cookie? So next I login it won't work? Or does the cookie needs to be rebuilt somehow? Thanx for the very quick answer by the way!!! ![]() *** Okey, I've deleted the cookies I thought could be related to the chat. Still doesn't work. I'm gonna try with netscape later this evening
__________________ Limite were made to be broken - No Fear -=[Facilitate the rave n' trance culture]=- http://www.UvPucko.com
Last edited by Neone; 06-16-2004 at 02:03 PM.
|
| |
| | THREAD STARTER #5 (permalink) |
| New Member Join Date: Mar 2004 Location: Stockholm, Sweden
Posts: 4
![]() | Okey, I've installed Netscape, and it still doesn't work. The error message I get is: PHP Code: The author of the scripts are using JS to decrease the traffic within the chat so it doesn't use so much bandwidth...
__________________ Limite were made to be broken - No Fear -=[Facilitate the rave n' trance culture]=- http://www.UvPucko.com |
| |