page continues to load in Netscape

L

leegold2

I've noticed for a long time with Netscape and Mozilla. Given a page
with Javascript - at least the code I'm testing - the page will render
correctly but continues to load until I press stop. When I try it on IE
or Opera it doesn't do this.

Has anybody ever noticed this?

Lee G.
 
M

Martin Honnen

leegold2 said:
I've noticed for a long time with Netscape and Mozilla. Given a page
with Javascript - at least the code I'm testing - the page will render
correctly but continues to load until I press stop. When I try it on IE
or Opera it doesn't do this.

Has anybody ever noticed this?

Maybe you are using
var win = window.open('', 'windowName', 'features');
win.document.open();
win.document.write(...);
without calling
win.document.close();

Or you are using some javascript: URL e.g.
<a href="javascript: ..."

But why do we need to guess, post a URL where the problem occurs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top