|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (3 bit)
Join Date: Apr 2004
Posts: 7
|
Odd problem
I don't know if this is the correct forum for this, my apologies if not...
Here is the deal. I have written a few ASP-based chat applications for some of my friends. Most of the time they include some simple javascript, such as placing the cursor in the text entry box automatically, or refreshing multiple frames by clicking a single button, etc. This has always worked for me and I've never had a problem with any of it before until recently. I used to live in an area that had DSL service through the local phone company. Recently, I moved about 15 miles further south and into an area just outside of the DSL service area. We also can not get cable internet service either. My only options are dialup, and Direcway Satellite. Being the net junkie that I am, I knew I could never survive on dialup, so I got service from Direcway. It's not exactly the greatest..but...that is a different story... Anyway, all of the chat programs I have written work fine, except on this satellite connection, the automatic refresh no longer works! I usually use Javascript to refresh frames in the chat apps, and on the DSL service, I never had a single problem with any refreshing. Same applies if I run the apps on my local machine under IIS or PWS. For the frame that contains the chat text entry, I have this simple code: PHP Code:
In fact, no chat app that uses javascript will refresh, whether I wrote it or not. I have to hit F5 most of the time to get the newest posts to show up. (I go to another site that uses phpMyChat, and it too will not refresh. Nor will just using a simple meta-refresh work, and even putting a direct hyperlink to the display page that targets another frame does not work.) Anyway, it's been driving me up the wall because I can't figure out what the issue is with Direcway and Javascript. Was just wondering if anyone might have some ideas. I am only guessing that it has something to do with Javascript because, honestly, I don't know for sure. The problem occurs in all of the latest versions of Internet Explorer, Netscape, Opera, and Mozilla FireFox... Last edited by WebNuT73; 03-06-2005 at 12:10 AM. |
|
|
|
|
|
#2 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 37,771
|
The problem with Direcway is it uses a proxy server. You can bypass it, but your page loading response will suffer greatly.
|
|
|
|
|
|
#3 |
|
Member (3 bit)
Join Date: Apr 2004
Posts: 7
|
Interesting... It seems there are some things about DirecWay that I wasn't fully aware of.
Anyway, I bypassed the proxy on the sites in question and it does work now. You are correct about the page load times suffering but to be honest, compared to the normally poor load times I seem to get as it is, the difference on the particular sites in question is only marginally noticable. I can live with it for now at least. Thanks Glc. It's much appreciated. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|