Hej alle har ikke nogen anelse om hvad der er forkert i linje 25 er der
nogen der kan hjælpe mig med denne fejl
----------------------------------------------FEJL--------------------------
--------------------
Line: 25
Char: 1
Error: Expected ';'
Code: 0
URL :
http://localhost:8080/Nettet/ip_liste?NETTID=105
----------------------------------------------HTML--------------------------
--------------------
<html>
<head>
<title>Ip liste</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<script><!--
function urlopen(framename,url,x,y)
{
if(framename != 'new')
parent.frames[framename].location=url;
else
{
window1 = window.open(url,'displayWindow','true');
window1.resizeTo(x,y);
}
}
function MM_jumpMenuGo(){ // Michael H V1.0
var list;
var info1, info2, info3 = '';
list = document.all.menu1;
info1 = list.options[list.selectedIndex].text;
list = document.all.menu2;
info2 = list.options[list.selectedIndex].text;
list = document.all.menu3;
info3 = list.options[list.selectedIndex].text;
eval(window.location =
'/Nettet/ip_liste?NETID=105&IP123='+info1+'.'+info2+'.'+info3+'.');
}
//--></script>
</head>
<body bgcolor='#FFFFFF' text='#000000'>
<select name='menu1'>
<option selected>10</option>
</select>
<select name='menu2'>
<option selected>10</option>
</select>
<select name='menu3'>
<option selected>0</option>
<option>1</option>
<option>2</option>
</select>
<input type='button' name='Button1' value='Go' onClick='MM_jumpMenuGo()'>
<p></p>
<table width='543' border='1'>
<tr bgcolor='#000000'>
<td width='60'><b><font color='#FFFFFF'>IP nr.</font></b></td>
<td width='50'><b><font color='#FFFFFF'>Host</font></b></td>
<td width='86'><b><font color='#FFFFFF'>Initialer</font></b></td>
<td width='88'><b><font color='#FFFFFF'>Funktion</font></b></td>
<td width='62'><b><font color='#FFFFFF'>Services</font></b></td>
<td width='42'><b><font color='#FFFFFF'>Status</font></b></td>
<td width='47'><b><font color='#FFFFFF'></font></b></td>
<td width='56'> </td>
</tr>
</table>
</body>
</html>
----------------------------------------------------------------------------
--------------------
MvH
Michael