View Full Version : Continuous reload?
Hi There,
A couple visitors to my site have complained that my index page is reloading over and over, and they are unable to access the site. I've accessed the site without any problems on both IE and Netscape browsers.
Is there something I can do or something I can tell them to do which will help them to be able to stop the reloading? I've never had this problem personally, but today was the second person who has told me this is a problem. the address is http://nhhi.net
If someone could help, I'd really appreciate it.
Thanks,
Kristen
Hmmm I'm not sure but it could be the lil script you are using to get out of frames that's causing them a problem. You may want to try replacing what you have.... <script LANGUAGE="JavaScript">
<!--
setTimeout ("changePage()", 3000);
function changePage() {
if (self.parent.frames.length != 0)
self.parent.location="http://www.nhhi.net";
}
// -->
</script> with this
<script language="JavaScript">
<!--
top.location.target="_top"
if(window.location.target != "_top") {
top.location.href=window.location.href
}
// -->
</script>
I'm not very versed in Javascript though so you may also want to wait for other opinions http://www.aota.net/ubb/wink.gif
Deb
Justin
03-15-1999, 05:51 PM
I think this may be your problem...
<script LANGUAGE="JavaScript">
<!--
setTimeout ("changePage()", 3000);
function changePage() {
if (self.parent.frames.length != 0)
self.parent.location="http://www.nhhi.net";
}
// -->
</script>
I'm not sure what that is there for, but every 3 seconds the page refreshes. Removing that should fix the problem.
Are you running a really high speed connection, or do you have JavaScript turned off in your browser? That may explain why you don't notice it...
Hope this helps http://www.aota.net/ubb/smile.gif
------------------
Justin Nelson
FutureQuest Tech Support
Justin
03-15-1999, 05:52 PM
ROFLMAO!
Deb http://www.aota.net/ubb/smile.gif
Ok Happy, I've had about enough of you hanging onto my coat tail http://www.aota.net/ubb/smile.gif
Gotta luv ya Justin http://www.aota.net/ubb/smile.gif
Deb
--Keeping my clicking finger tuned up to hold my 100% record of being able to post first with you <grin>
[This message has been edited by Deb (edited 03-15-99).]
Thanks,
I've taken it out... now I'm going to email that person to try again!
Cross your fingers with me please!
Thanks for the quick help!
Kristen
Justin
03-15-1999, 06:40 PM
No fair - my 28.8 can't keep up with your 56k http://www.aota.net/ubb/smile.gif
About the JavaScript, I also borrowed that little snippet from the FQuest site - it's handy. There is some search engine called Ask Dr Jeeves or something like that I found doing through my stats and he loads everything in a frame so you still see his ads. That little bit of code puts an end to that http://www.aota.net/ubb/smile.gif
I also wonder if he does that so that you have a hard time bookmarking a site you found, forcing you to always use his engine to find a site again (and seeing his ads again)? Probably. I just hate when someone links my site in a frame.
PS - I'm getting a new modem tomorrow probably thanks to one of my very happ- er, satisfied customers http://www.aota.net/ubb/smile.gif
------------------
Justin Nelson
FutureQuest Tech Support
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.