Reload frame bis...

P

Patrick BARON

Hi

I want to be able to reload a frame only when an address specific

is called using Netscape 4.x.

I thus introduced into the page the following script (which does not
work...):

< script >

/ / Netscape 4.x

bw.ns4?reload.();

< / script >

I would like in fact that the frame is reloaded in the same way that when

one uses the function " reload frame" of the contextual menu of Netscape

4.x.

Thanks, Patrick
 
E

Evertjan.

Patrick BARON wrote on 10 aug 2003 in comp.lang.javascript:
< script >

/ / Netscape 4.x

bw.ns4?reload.();

< / script >

shouldn't that be without the "."
with "location"
and with "if" ?

if(ns4)location.reload()

your "?" form needs the ":":

(ns4)?location.reload():alert("no reload");
 

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

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top