<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function writeLayer(text) {
document.frames['myFrame'].location.href = text;
document.addrForm.location.value = text;
}
function setLayer(text) {
if (text.indexOf("http://",0) <= 0)
text = "" +text;
document.frames['myFrame'].location.href = text;
document.addrForm.location.value = text;
}
function onLoad(text) {
if (text != "Microsoft Internet Explorer") {
alert("netscape not supported");
history.back();
}
return true;
}
// End -->
</script>
</HEAD>
<BODY onLoad="onLoad(navigator.appName)">
<iframe src="about:blank" width=100% height=100% id=myFrame></iframe>
<center>
<form name=addrForm>
<input type=button value="SiteMasters" onClick="writeLayer('http://www.sitemasters.be')">
<input type=button value="TestSite" onClick="writeLayer('http://users.telenet.be/funteam/jodie')">
<input type=text name=location value="Tip Hier Een URL Waar Je Naartoe wil" onFocus="this.value=''" size=35>
<input type=button value="Go" onClick="setLayer(document.addrForm.location.value)">
</form>
</center>