Nogle der kan Hjælpe mig med at Rette denne fil
<head><style>
A:link {color:gray;text-decoration:none;}
A:visited {color:gray;text-decoration:none;}
A:active {color:gray;text-decoration:none;}
A:hover {color:gray;text-decoration:none;} -->
h2 { font-size: 12pt; font-family: Trebuchet MS; color: gray; text-decoration:
none; font-weight: bold }
h1 { font-family: Trebuchet MS; font-size: 14pt; color: gray; text-decoration:
none; font-weight: bold }
.text {
border-width:0;
}
input,select {
font-family:Arial;
font-size:9pt
}
table,td {
color:gray;
font-size:9pt;font-family:Arial
}
body {
color:gray;
font-size:9pt;font-family:Arial
}
</style>
<script language="JavaScript1.2">
parent.midtframe.cols='420,0,*'
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
function changeroom(rumnr) {
parent.bot.location="bot.php?action=changeroom&rum="+rumnr;
parent.chat.document.getElementById('loading').innerHTML = '<font color=\"gray\" size=\"4\">Skifter Rum...'
parent.chat.document.getElementById('loading').style.visibility = 'visible';
}
function showinfo(x) {
if(x=='1') {
if(parent.chat.document.getElementById('info').style.visibility == 'hidden') {
parent.chat.document.getElementById('info').style.visibility = 'visible';
} else {
parent.chat.document.getElementById('info').style.visibility = 'hidden';
}
}
if(parent.chat.document.getElementById('info').style.visibility == 'hidden') {
document.options.showinfo.value = 'Vis Info'
} else {
document.options.showinfo.value = 'Skjul Info'
}
}
function changefelt(liste) {
location.href = liste.options[liste.selectedIndex].value }
</Script>
</head>
<body bgcolor="#E7F5F8" text="#597691" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<img src="logo.gif" border="0"><br><select name="select" onChange="if(this.value != '?etage=0' && document.location != this.value){document.location=this.value}else{this.value='?etage=0'}" onmouseover="this.value='?etage=0'" style="width:200;background-color:#E7F5F8;color:#597691;">
<option value="?room=1" selected>Vælg etage</option>
<option value="?room=1">[1] Test</option>
<option value="?room=2">[2] Test</option>
<option value="?room=3">[3] Test</option>
<option value="?room=4">[4] Test</option>
<option value="?room=8">[5] Test</option>
<option value="?room=5">[6] Test</option>
<option value="?room=6">[7] Test</option>
<option value="?room=7">[8] Test</option>
</select><br />