Assignment #4 (cont'd)

HTML file: Displayed by browser:
<BODY>

<h2>A Page Made Just For You!</h2>
"Thank you for coming in from
<br />
<SCRIPT LANGUAGE="javascript">document.write(" " +document.referrer+ " ")</SCRIPT>to
<br />
<SCRIPT LANGUAGE="javascript">document.write(" " +document.location+ ".")</SCRIPT>
<br /><br />
It's nice you came in after visiting<SCRIPT LANGUAGE="javascript">document.write(" " +history.length+ " ")</SCRIPT>pages.
I see you're using the<SCRIPT LANGUAGE="javascript">document.write(" " +navigator.appName+ " ")</SCRIPT>browser.
Good choice."

</BODY>

A Page Made Just For You!

"Thank you for coming in from
to


It's nice you came in after visitingpages. I see you're using thebrowser. Good choice."

BackTable of ContentsNext