JavaScript DHTML/HTML/Cite

Материал из Web эксперт
Перейти к: навигация, поиск

"cite" Example

   <source lang="html4strict">
   

<html> <body> wbex.ru
<input type="button" value="Value of Cite Property" onclick="alert(myQuotation.cite);"> </body> </html>


     </source>