Week 2 - 121v6.htm

<SCRIPT>

var theURL = prompt("Please enter an HTTP Site", "http://espn.go.com");

document.write(theURL.link(theURL.indexOf("http://") ? "http://" + theURL : theURL));

</SCRIPT>