Jump to content

Is Window.navigate Valid Javascript?


dickey38

Recommended Posts

I have sample code that uses the constructwindow.navigate("someURL");It seems to operate likewindow.location = "someURL";But the window object doesn't seem to have a navigate method ( see http://www.w3schools.com/jsref/obj_window.asp )Any insights? Thanks

Link to comment
Share on other sites

No, there's no navigate() method on the window object. The window.location object has several properties and methods that you can use for navigation.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...