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

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

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

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

David Flanagan

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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

Availability


Netscape 3, Internet Explorer 4


Synopsis

public static JSObject getWindow(java.applet.Applet applet)

Arguments


applet

An Applet object running in the web browser window for which a
JSObject is to be obtained.


Returns


A JSObject that represents the JavaScript Window object for the web
browser window that contains the specified
applet.


Description


The getWindow( ) method is the first JSObject
method that any Java applet calls. JSObject does not define a
constructor, and the static getWindow( ) method
provides the only way to obtain an initial "root"
JSObject from which other JSObjects may be obtained.

/ 844