This is the code generating the problem
<html>
<head>
<title>Southern Command</title>
<jsp:useBean id="station" class="stationname" scope="page"/>
<script>
function show(this_layer)
{
this_layer.style.visibility='visible';
}
function hide(this_layer)
{
this_layer.style.visibility='hidden';
}
function make_bold(x)
{
x.style.fontSize='11px';
}
function make_normal(x)
{
x.style.fontSize='10px';
}
function openwindow(stationcode)
{ window.close();
window.open('station_index.jsp?stationcode='+stationcode, 'Station',
'resizable=yes,scrollbars=no,toolbar=yes,status=yes,dependant=no')
}
</script>
<style>
div.for_layer1
{
z-index:2;
visibility:hidden;
position:absolute;
top:120px;
left:155px;
}
table.for_layer1
{
border:2px solid #990000;
color:#FFFFFF;
font-family:arial;
font-size:10px;
cursor:hand;
background-color:"#ced6ff"
}
tr.for_layer1
{
background-color:"#BB3D00";
}
div.for_layer2
{
z-index:2;
visibility:hidden;
position:absolute;
top:150px;
left:155px;
}
table.for_layer2
{
border:2px solid #006600;
color:#FFFFFF;
font-family:arial;
font-size:10px;
cursor:hand;
background-color:"#ced6ff";
}
tr.for_layer2
{
background-color:"#006600";
}
div.for_layer3
{
z-index:2;
visibility:hidden;
position:absolute;
top:90px;
left:155px;
}
table.for_layer3
{
border:2px solid #663399;
color:#FFFFFF;
font-family:arial;
font-size:10px;
cursor:hand;
background-color:"#ced6ff";
}
tr.for_layer3
{
background-color:"#000099";
}
div.for_layer4
{
z-index:2;
visibility:hidden;
position:absolute;
top:205px;
left:155px;
}
table.for_layer4
{
border:2px solid #FF0033;
color:#FFFFFF;
font-family:arial;
font-size:10px;
cursor:hand;
background-color:"#CCCCFF";
}
tr.for_layer4
{
background-color:"#990033";
}
</style>
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<!--Describing layers-->
<%
Vector chennailist=station.getData("chennai");
Vector jaipurlist=station.getData("jaipur");
Vector hyderabadlist=station.getData("hyderabad");
Vector punelist=station.getData("pune");
%>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]