Javascript [Electronic resources] : The Definitive Guide (4th Edition) نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Javascript [Electronic resources] : The Definitive Guide (4th Edition) - نسخه متنی

David Flanagan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید




Availability



Internet Explorer 3


Synopsis


window.navigate(url)

Arguments


url

A string that specifies the URL to be loaded and displayed.


Description


The Window.navigate( ) method of Internet Explorer
loads the specified url into the specified
window ("navigates to" the
url).

navigate( ) is not supported by Netscape. The same
function can be accomplished both in Netscape and IE by assigning the
desired url to the
location property of the desired
window.


See Also


Location, the location property of the Window
object


/ 844