JavaScript Tutorial/Document/embeds

Материал из Web эксперт
Версия от 11:24, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

document.embeds

Syntax



   <source lang="javascript">

document.embeds

   document.embeds[index]</source>
   
  

document.embeds.length

The length property contains the number of objects that are in the embeds[] array.



   <source lang="javascript">

<html>

A Circle

   <embed src="circle.gif">

A Square

   <embed src="square.gif">
   <script language="JavaScript">
   
   </script>
   </html></source>