P
Peter Crom
Hi everybody,
I met an interesting problem.
On my site people can browse through many pages that are viewed in a set of
frames.
Now I would like to avoid reloading the rather large .js file everytime a
new page is viewed. (takes a few seconds on an ordinary telephone
connection).
Therefore I load it at the central entry-point once when I fill the frame
kop (referred to as 'top.kop').
Now from the different other frames, when they are loaded, they call a
setup-routine with:
<BODY ONLOAD="top.kop.setup(document)">
This works fine in IE, but not in NN 7.0
NN does not recognise setup() as a function available in top.kop
How come and what can be done about it...
By the way, merry Christmas, everybody!!!
Don't give up your family-life for questions like the above...
I met an interesting problem.
On my site people can browse through many pages that are viewed in a set of
frames.
Now I would like to avoid reloading the rather large .js file everytime a
new page is viewed. (takes a few seconds on an ordinary telephone
connection).
Therefore I load it at the central entry-point once when I fill the frame
kop (referred to as 'top.kop').
Now from the different other frames, when they are loaded, they call a
setup-routine with:
<BODY ONLOAD="top.kop.setup(document)">
This works fine in IE, but not in NN 7.0
NN does not recognise setup() as a function available in top.kop
How come and what can be done about it...
By the way, merry Christmas, everybody!!!
Don't give up your family-life for questions like the above...