System hangs when viewing site

They have: 117 posts

Joined: Feb 2000

OK, this is driving me crazy! Can anyone help? The site I maintain is:
http://members.aol.com/jproscenium

Whenever (at least very frequently) I view the site using AOL and try scrolling using the scroll bar, my system freezes. The only way to recover is to power down the system and power back up. This has NEVER happened using Netscape. However, I have never experienced this problem using AOL on any other site except mine. Is there something I'm doing with my HTML or Javascript that could be causing this. Other people have told me that they have also experienced system hangs when visiting my site using AOL. Thanks.

Bob

soundtank's picture

He has: 169 posts

Joined: Jan 2000

it's probably just the version of AOL that your using..Nothing happened when I went to your site - I'm using AOL 5.0

------------------
TILA.Com - Free Webmaster Tools !
The Promoter - Free Site Promotion Service

Justin S's picture

They have: 2,076 posts

Joined: Jun 1999

Nope, nothing here either. I'm not using AOL though, I'm using a dial-up with IE5. AOL blows, get another provider.

------------------
Flame Hosting: www.flamehosting.com
Justin Stayton (President/CEO)
[WEB SITE] www.flamehosting.com
[E-MAIL] [email protected]
[ICQ] 45549000

They have: 117 posts

Joined: Feb 2000

Soundtank & Justin,

Thanks for your replies. Can't be the version of AOL alone - I'm using 5.0 also. Any other ideas? Thanks again.

Bob

They have: 5,633 posts

Joined: Jan 1970

Without defending AOL (I’m defiantly a anti-AOLer) AOL uses the same basic engine as IE. So I wouldn’t be so quick to blame it on AOL. Try reinstalling AOL, maybe some of your files somehow got corrupted. Or as suggested get a better ISP

I’ve also heard enough stories about AOL 5 to highly suggest going back to 4 if your going to use AOL.

------------------
Adam
AIS Internet Solutions
[email protected]
www.aisinternet.com

They have: 117 posts

Joined: Feb 2000

Adam,

Thanks. I can try reinstallng AOL, but I still don't understand why this only happens on my site. I can get it to freeze every time, but I can not get it to freeze with any other site I've tried. That's why I'm worried that there could be a problem with my code. Thanks.

Bob

Justin S's picture

They have: 2,076 posts

Joined: Jun 1999

No, I'm not blaming the browser in AOL, I'm blaming the whole program + probably the computer is a little slow?!?

Also- check out your source code. Very messy! You have all these tags with nothing in them (IE: <xmp>???). I'd rewrite the code.

------------------
Flame Hosting: www.flamehosting.com
Justin Stayton (President/CEO)
[WEB SITE] www.flamehosting.com
[E-MAIL] [email protected]
[ICQ] 45549000

They have: 117 posts

Joined: Feb 2000

Justin,

Sorry for my messy code, but I'm still pretty new to all this. Obviously, if I knew how to write the code more efficiently, I would. The <xmp> tags are to skip lines where I want to. I couldn't figure out how else to do it. I tried <br> and <p>, but could not get multiple lines between other text. I'm sure there's a better way, I just don't know how. If you can let me know, I'll gladly rewrite my code. Thanks.

bob

John Pollock's picture

He has: 628 posts

Joined: Mar 1999

Try:

<P>&nbsp;
<P>&nbsp;
etc.

They have: 231 posts

Joined: Feb 2000

I suggest you run your code through an HTML validator. I don't use them myself but I am sure someone here would know where to find one.

They have: 117 posts

Joined: Feb 2000

John, Lloyd,

Thanks for the help. John, just for my own education...If I want to skip say 5 lines, why is

<p> 
<p> 
<p> 
<p> 
<p> 

better than

<xmp>

</xmp>

Thanks again,

Bob

They have: 231 posts

Joined: Feb 2000

If you want to skip lines I would suggest

<pre>

</pre>

OR

<p>
<br>
<br>
<br>
</p>

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.