October 11, 1999 - Loading a New Document
October 11, 1999 Loading a New Document Tips: October 1999
Yehuda Shiran, Ph.D.
|
location.href = "https://www.intel.com/";
The location
object is a property of the window
object, so if you want to change the URL of a different window or frame, all you have to do is specify the desired object. For example:
parent.frames[1].location.href = "https://www.intel.com/";