PDA

View Full Version : IE Start Page



UA computer Tech
01-26-2001, 04:29 AM
The school is putting in a lab of Windows 2000 computers and has locked down the computers. The only thing that we can not figure out is how to keep people from changing the homepage by clicking on a hyperlink. We have the internet options turned off. A example of what I am talking about is at www.sa.ua.edu/kelly/homepage_reset.htm.

If you click on the link the script will ask you if you would like to make this page your home page. If you click yes it sets it as your homepage.

Below is the source code of the script.

Any help would be appreciated.

UA

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<a class="chlnk" style="cursor:hand" HREF
onClick="this.style.behavior='url(#default#homepage)';this. setHomePage
('http://www.ua.edu');">Click here to make University of Alabama your default home page</a>

</body>
</html>