Also wenn ich den java code nur für ein Button mache funzt alles supper
-> termodox.te.ohost.de/index.html
doch wenn ich den Code für weitere buttons einsetze, funktioniert garnichts...
termodox.te.ohost.de/index2.html
html1 code
<html>
<head>
<title>Untitled-1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Untitled-1) -->
<table id="Table_01" width="800" height="223" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="7">
<img src="images/index_01.jpg" width="800" height="22" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index_02.jpg" width="57" height="201" alt=""></td>
<td>
<a href="/en" onMouseOver="document.home.src='images/English2.jpg'" onMouseOut="document.home.src='images/English.jpg'">
<img src="images/English.jpg" name="home" alt="link: Java Script / Applets Page" border="0"></a>
</td>
<td>
<img src="images/index_04.jpg" width="104" height="201" alt=""></td>
<td>
<img src="images/German.jpg" alt="" width="154" height="201" border="0"></td>
<td>
<img src="images/index_06.jpg" width="88" height="201" alt=""></td>
<td>
<img src="images/Russian.jpg" alt="" width="176" height="201" border="0"></td>
<td>
<img src="images/index_08.jpg" width="53" height="201" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
html2
<html>
<head>
<title>Untitled-1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Untitled-1) -->
<table id="Table_01" width="800" height="223" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="7">
<img src="images/index_01.jpg" width="800" height="22" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index_02.jpg" width="57" height="201" alt=""></td>
<td>
<a href="/en" onmouseover="document.home.src='images/English2.jpg'" onmouseout="document.home.src='images/English.jpg'">
<img src="images/English.jpg" name="eng" alt="link: J4444" border="0"></a>
</td>
<td>
<img src="images/index_04.jpg" width="104" height="201" alt=""></td>
<td>
<a href="/de" onmouseover="document.home.src='images/german2.jpg'" onmouseout="document.home.src='images/german.jpg'">
<img src="images/german.jpg" name="ger" alt="link: J333" border="0"></a>
</td>
<td>
<img src="images/index_06.jpg" width="88" height="201" alt=""></td>
<td>
<a href="/ru" onmouseover="document.home.src='images/russian2.jpg'" onmouseout="document.home.src='images/russian.jpg'">
<img src="images/russian.jpg" name="rus" alt="link: 222" border="0"></a>
</td>
<td>
<img src="images/index_08.jpg" width="53" height="201" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
Thx Mfg
betroffene Homepage: termodox.te.ohost.de/index.html

