Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reload a frame

Status
Not open for further replies.

dessie1981

Programmer
May 9, 2006
116
GB
Hi Everyone,

I have a frame with 3 windows side, main and top.

I was just wondering is it possible to reload a the top frame from a href on the main frame using javascript.

Any help would be greatfull, Thanx

Regards
Dessie
 
parent.framename.location.reload();

or

parent.framename.location.href=parent.framename.location.href;

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
 
Hi again,

Thanks a million worked a treat.

Regards
Dessie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top