Redirecting one URL to another
including a message
Use Notepad or another text editor to create a new file.
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript1.1">
function doReplace() {;
location.replace("http://www.austincc.edu/mparker/prereqm/redir.htm");
}
</SCRIPT>
</HEAD>
<BODY onload="doReplace();">
<A HREF="http://www.austincc.edu/mparker/prereqm/redir.htm">
. </A>
</BODY>
</HTML>
Last updated May 21, 2000. Mary Parker