
Refreshing Page through Jscript or VBScript
Hi
<iframe src="bla" id="myiframe"></iframe>
<a href="JavaScript:myiframe.document.location.reload()">Refresh iFrame</a>
or through frames
parent.FRAMENAME.IFRAMENAME.document.location.reload();
--
--
Best Regards
Vidar Petursson -
==============================
Microsoft Internet, Client, SDK MVP
==============================
Lead Client / Server / SQL programmer
http://www.icysoft.com
http://www.dna.is
No matter where you go there you are.
==============================
--
Quote:
> OK , and refreshing an iFrame only in the page ?
> > Hi
> > Dont crosspost
> > document.location.reload(true);
> > --
> > Best Regards
> > Vidar Petursson
> > ==============================
> > Microsoft Internet, Client, SDK MVP
> > ==============================
> > http://www.icysoft.com
> > http://www.dna.is
> > ==============================
> > No matter where you go there you are
> > -
> > > How can I refresh the page via code in script ?
> > > Shay