JavaScript DHTML/HTML/Cite
"cite" Example
<html>
<body>
<q id="myQuotation"
cite="http://www.wbex.ru/">
wbex.ru
</q>
<br>
<input type="button" value="Value of Cite Property" onclick="alert(myQuotation.cite);">
</body>
</html>
<html>
<body>
<q id="myQuotation"
cite="http://www.wbex.ru/">
wbex.ru
</q>
<br>
<input type="button" value="Value of Cite Property" onclick="alert(myQuotation.cite);">
</body>
</html>