Hi, I need an help please.
I open a new window with javascript using
nomefinestra=wi ndow.open(..... );
Insert then HTML code with
nomefinestra.do cument.write('. .....');
Then I close the document
nomefinestra.do cument.close();
But I rise this:
IE fast connection, all right.
NN, Mozilla, Opera fast connection, all right but the hourglass remains.
Slow connection (anolgue) window opens but remain empty.
Can you help me to understan where i make the mistake? Thanks
The page that calls javascript is:
And the code is in:
--
FastFede on WinMx
(eliminare NOSPAM dall'indirizzo)
I open a new window with javascript using
nomefinestra=wi ndow.open(..... );
Insert then HTML code with
nomefinestra.do cument.write('. .....');
Then I close the document
nomefinestra.do cument.close();
But I rise this:
IE fast connection, all right.
NN, Mozilla, Opera fast connection, all right but the hourglass remains.
Slow connection (anolgue) window opens but remain empty.
Can you help me to understan where i make the mistake? Thanks
The page that calls javascript is:
And the code is in:
--
FastFede on WinMx
(eliminare NOSPAM dall'indirizzo)
Comment