Mega Code Archive

 
Categories / JavaScript DHTML / HTML
 

Cite Example

<html> <body> <q id="myQuotation"     cite="http://www.rntsoft.com/"> rntsoft.com </q> <br> <input type="button" value="Value of Cite Property" onclick="alert(myQuotation.cite);"> </body> </html>