12.09.2015 Views

Boot Camp

Web Authoring Boot Camp - StudioBast

Web Authoring Boot Camp - StudioBast

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.

JavaScript<br />

Add A Protected Email Address<br />

<br />

<br />

function getEmailAddy(displayName, emailName, emailHostName, ext)<br />

{<br />

return “” + displayName + “”;<br />

}<br />

<br />

<br />

<br />

document.write( getEmailAddy(“Email<br />

L.J.”, “lbothe01”, “seattlecentral”, “edu”) );<br />

<br />

Add a Changing Phrase<br />

<br />

<br />

var Quotation=new Array()<br />

Quotation[0] = “I want a mocha.”;<br />

Quotation[1] = “I want some sleep.”;<br />

Quotation[2] = “I want to be in the sun.”;<br />

var Q = Quotation.length;<br />

var whichQuotation=Math.round(Math.random()*(Q-1));<br />

function showQuotation(){document.write(Quotation[whichQuotation]);}<br />

showQuotation();<br />

<br />

<br />

245

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

Saved successfully!

Ooh no, something went wrong!