Post Reply 
Firefox Noscript and Sidki's JS Insertion
Oct. 23, 2008, 10:41 AM
Post: #10
RE: Firefox Noscript and Sidki's JS Insertion
I suspect the problem is that prxjs was not designed to be called twice.

For example, this will always run and prxCountLd will always = 0 afterwards.
Code:
// This flag indicates where we currently are in our script. Three stages:
// 0 -> Beginning.
// 1 -> End of page.
// 2 -> Onload event has completed.
var prxCountLd = 0;
Also, window objects that were redefined on the first pass will be redefined again.

I think if you move your code into a separate js file you will have better luck.
Perhaps even split your code into two js files, a start and end js.

z12
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Firefox Noscript and Sidki's JS Insertion - Guest - Sep. 07, 2008, 11:32 PM
RE: Firefox Noscript and Sidki's JS Insertion - z12 - Oct. 23, 2008 10:41 AM

Forum Jump: