11.12.2012 Views

JavaScript 2.0-The Complete Reference, Second ... - freecodingtutorial

JavaScript 2.0-The Complete Reference, Second ... - freecodingtutorial

JavaScript 2.0-The Complete Reference, Second ... - freecodingtutorial

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

}<br />

str += "border: "+theImage.border + "\n";<br />

str += "complete: "+theImage.complete + "\n";<br />

str += "height: "+theImage.height + "\n";<br />

str += "hspace: "+theImage.hspace + "\n";<br />

// use traditional lowsrc rather than lowSrc since no IE6 support<br />

str += "lowsrc: "+theImage.lowsrc + "\n";<br />

str += "name: "+theImage.name + "\n";<br />

str += "src: "+theImage.src + "\n";<br />

str += "vspace: "+theImage.vspace + "\n";<br />

str += "width: "+theImage.width + "\n";<br />

alert(str);<br />

//-->><br />

<br />

<br />

<br />

<br />

<br />

<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!