Joshua: Script wird nicht aufgerufen

Beitrag lesen

Hallo,

hier der Code zu meiner Seite leider offnet isch nur ein neues Fenster der Code wird nicht ausgeführt.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Neue Seite 4</title>
<base target="top">

</head>

<body topmargin="0" leftmargin="0" background="images/bg_main.jpg" class="zu" id="z">

<script type="text/javascript">
<!--
function changePage(page) {

alert('Hallo');
}
//-->
</script>

<div align="center">
  <center>
  <table border="0" width="215" height="398" cellspacing="0" background="images/bg_top.jpg">
    <tr>
      <td width="215" height="100" colspan="3" background="images/bg_top.jpg"> </td>
    </tr>
    <tr>
      <td width="23" height="20"></td>
      <td width="169" height="24"></td>
      <td width="23" height="24"></td>
    </tr>
    <tr>
      <td width="23" height="376"></td>
      <td width="169" height="376" valign="top" align="left" background="images/bg_main.jpg">
        <p align="center"><img border="0" src="images/logo_klein.gif" width="158" height="164"></p>

</center>
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <tr>
          <td valign="baseline" width="42"><img src="images/point.jpg" width="9" height="9" hspace="16"></td>
          <td valign="top" width="100%">
          <p align="left"><b><font size="3"><a href="javascript:changePage('wir')" style="text-decoration: none; color: rgb(0,0,0)">Wir über
          uns</a></font></b></td>
        </tr>
        <tr>
          <td valign="baseline" width="42"><img src="images/point.jpg" width="9" height="9" hspace="16"></td>
          <td valign="top" width="100%">
          <p align="left"><b><font size="3"><a href="javascript:changePage('weg')" style="text-decoration: none; color: rgb(0,0,0)">Wegbeschreibung</a></font></b></td>
        </tr>
        <tr>
          <td valign="baseline" width="42"><img src="images/point.jpg" width="9" height="9" hspace="16"></td>
          <td valign="top" width="100%">
          <p align="left"><b><font size="3"><a href="javascript:changePage('bild')" style="text-decoration: none; color: rgb(0,0,0)">Photos</a></font></b></td>
        </tr>
        <tr>
          <td valign="baseline" width="42"><img src="images/point.jpg" width="9" height="9" hspace="16"></td>
          <td valign="top" width="100%">
          <p align="left"><b><font size="3"><a href="javascript:changePage('gb')" style="text-decoration: none; color: rgb(0,0,0)">Gästebuch</a></font></b></td>
        </tr>
        <tr>
          <td valign="baseline" width="42"><img src="images/point.jpg" width="9" height="9" hspace="16"></td>
          <td valign="top" width="100%">
          <p align="left"><b><font size="3"><a href="javascript:changePage('index')" style="text-decoration: none; color: rgb(0,0,0)">Home</a></font></b></td>
        </tr>
      </table>
      <p align="left"><img border="0" src="../web1/images/counter.jpg" width="60" height="15"></p>
      <p align="left"><small>letzte Änderung am 26.08.2003</small></td>
  <center>
      <td width="23" height="376"></td>
    </tr>
    <tr>
      <td width="23" height="102"></td>
      <td width="169" height="102"></td>
      <td width="23" height="102"></td>
    </tr>
    <tr>
      <td width="23" height="25"> </td>
      <td width="169" height="25"> </td>
      <td width="23" height="25" background="images/runde_kante.jpg"> </td>
    </tr>
  </table>
  </center>
</div>
</body>

</html>

Was mache ich da falsch?

Joshua