Klara: Verweisliste als Auswahlliste - Fehler

Beitrag lesen

Ja langsam. Ich helf dir doch gern. Schreib doch den verdammten Quelltext einfach mal rein und ich werf mal nen Blick drauf. Is das OK?

tOM

OK: Als Beispiel/Test hier eingestellt:

<html>

<head>
<style type="text/css">
body,table,inut,select { font-size:8pt;font-family:Arial,Helvetica;}
</style>
<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>Willkommen</title>
</head>

<body>
<table border="0" cellspacing="1" bordercolor="#000000" cellpadding="2" width="100%" bgcolor="#99CCFF" height="1">
  <tr>
    <td height="1">
      <p align="center"><b><font face="arial" color="#FFFFFF" size="2">S I T E M A
      P</font></b></td>
  </tr>
</table>
<br>
<table border="0" cellspacing="0" bordercolor="#000000" cellpadding="0,5" width="100%" bgcolor="#FFFFFF" height="216">
  <tr>
    <td width="50%" height="4" bgcolor="#99CCFF" colspan="2">
      <p align="left"><b><font face="Arial" size="2" color="#FFFFFF">TEST</font></b></td>
    <td width="4%" height="4">
      <p> </p>
    </td>
    <td width="49%" height="4" bgcolor="#99CCFF" colspan="2">
      <p align="left"><b><font face="Arial" size="2" color="#FFFFFF">TEST</font></b></td>
  </tr>
  <tr>
    <td width="24%" height="1">
      <p align="left"><b><font FACE="Arial" size="1" COLOR="#000000">
      Beispiel</font></b></td>
    <td width="24%" height="1"> </td>
    <td width="4%" height="1">
      <p> </p>
    </td>
    <td width="24%" height="1">
      <p align="LEFT"><b><font face="Arial" size="1" COLOR="#000000">
      Beispiel</font></b></td>
    <td width="24%" height="1"> </td>
  </tr>
  <tr>
    <td width="24%" heigth="10">
      <p align="left"><b><font face="Arial" size="1" color="#000000">Auswahl</font></b></td>
    <td width="24%" height="10">
<font size="1">
<select onchange="location.href=this.options[this.selectedIndex].value" style="width: 192; height: 21" class="popupsitemap" name="TEST" size="1">
<option>Wählen Sie
aus                                    </option>
<option value="http://...htm">Verweis1</option>
<option value="http://...htm">Verweis2</option>
<option value="http://...htm">Verweis3</option>
<option value="http://...htm">Verweis4</option>
<option value="http://...htm">Verweis5</option>
</select>
</font>
    </td>

So schaut der Beginn meiner Seite aus.

Gruß
Klara (ich hoffe, du schlägst jetzt nicht die Hände über dem Kopf zusammen *g*)