Click to See Complete Forum and Search --> : page reloading or flickering...please help... not sure if it is javascript


nebriv
01-31-2007, 06:16 AM
hey please help me! when my page loads it loads all the way but right when it finishes it flickers and i think it counts as 2 on my counter. its kind of annoying because it flickers.... here is a link to my website http://www.freewebs.com/nebriv/

it also seems like it doesn't stop loading

bathurst_guy
01-31-2007, 06:23 AM
Is it meant to look like this (http://img362.imageshack.us/my.php?image=nebrivgm3.png)? :confused:
I think the flickering is the least of your problems.

nebriv
01-31-2007, 12:22 PM
yeah it is... whats wrong with it? lol.... uhh.... also sometimes it seems like it is still loading... like it says it is still loading or something (the little loading circley thingy is still going around)

nebriv
02-01-2007, 03:01 PM
hello? please help...

jcr
02-02-2007, 03:00 PM
It looks like the JSFX_FloatTopLeft (Function) is called. This function calls the stayTopLeft (Function). The last thing stayTopLeft() does is setTimeout for 20 milliseconds and then it calls stayTopLeft() -- itself.

If I am reading the code correctly, you are left with an endless loop and the browser keeps working that code.

nebriv
02-03-2007, 06:44 AM
Sorry to sound stupid or anything but yeah...specifily where is this...:( i don't know javascript very well....

Nope that part of the code makes it so that you can change how fast it follows the browser... could that be the problem?