Friday, January 14, 2011

Friday 1/14/11


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>LINDA practice</title>
<!-- From LINDA.COM -->
<script type="text/javascript">

function linkObject(title, url, description)
{
this.title = title;
this.url = url;
this.description = description;
this.displayLink = displayLink;
}

function displayLink()
{
document.write("
" + this.title + "
");
document.write(this.description);
}

samplelink2 = new linkObject();
samplelink2.title = "Lynda.Com";
samplelink2.url = "http://www.lynda.com/";
samplelink2.displayLink()



</script>
</head>
<body>
</body>
</html>
</title>

No comments: