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

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

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

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

David Flanagan

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


Availability


DOM Level 1 HTML


Synopsis


void write(String text);

Arguments


text

The HTML text to be appended to the document.


Description


This method appends the specified HTML text to the document, which
must have been opened with the open( ) method and
must not yet have been closed with close( ).

See Document.write( ) in the client-side reference
section for complete details, but note that this standardized version
of that Level 0 method accepts only a single string argument, not an
arbitrary number of arguments.


See Also


HTMLDocument.open( ); Document.write( ) in the client-side reference
section

/ 844