[Webdev] Javascript+frame refresh?

adam beecher adam at iewebs.com
Tue Jun 27 17:41:22 IST 2000


> > wow.. Thanks Adam, but I found this in some online documentation shortly
> > after I posted..
> > 
> > onClick="parent.frames[1].document.location='blank.html'"
> > 
> 
> That's not refreshing two frames, that's replacing one. Divvy. :)
> 

And you should be able to remove the 'document' there too:

onClick="parent.frames[1].location='blank.html'";

Backend me arse... :)

a
d
a
m




More information about the Webdev mailing list