Beiträge von hsv3107

    Hallo,

    ich bin neu hier und habe auch gleich schon das erste Problem.
    Ich bin dabei für unsere Firma ein Fundbüro zu erstellen. Die Seite für die Erfassung und für die Anzeige sind
    auch schon vorhanden.

    Mein Problem ist, das die die Daten von der Erfassung der Fundsache nicht an die Seite für die Anzeige über-
    geben wird und auch nicht angezeigt wird.

    Ich kann leider nicht erkennen wo der Fehler liegt. Ist bestimmt nur was kleines. Aber ich sehe es nicht.
    Ich bräuchte deswegen mal Eure Hilfe.

    Ich nutze Wordpress 4.0 und es ist local installiert.

    Ich hoffe Ihr könnt mir helfen. :smile:

    Hier ist das Script für die Erfassung. Ist nur der obere Teil, weil das wohl der entscheidende ist.

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Taxi - INTERN</title>
    <!--
    .Stil2 {font-size: 9px}
    .Stil3 {color: #990000}
    -->
    </style>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <form action="http://localhost/wordpress/uebersicht/fundbuero/fundanzeige/" method="post">
    <table width="666" border="0" cellpadding="0" cellspacing="0" class="tb">
    <tr>
    <td width="1" rowspan="5" class="frameslr"></td>
    <td class="nav">&nbsp;</td>
    <td width="1" rowspan="5" class="frameslr"></td>
    </tr>
    <tr>


    Hier ist das Script für die Anzeige. Ebenfalls nur der obere Teil, da der wohl hier auch der entscheidende ist.

    <html xmlns="http://www.w3.org/1999/xhtml">


    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Taxi - INTERN</title>
    <link href="http://localhost/wordpress/uebe…verlustmeldung/" />
    </head>
    <body topmargin="0" marginheight="0">
    <table width="100%" border="0" cellpadding="0" cellspacing="0"> <!-- table 1 Anfang -->
    <tr>
    <td width="1" rowspan="4" class="frameslr"></td>
    <td >&nbsp;</td>
    <td width="1" rowspan="4" class="frameslr"></td>
    </tr>
    <tr>
    <td>
    <table width="100%" border="0" cellspacing="0" cellpadding="0"> <!-- table 2 Anfang -->
    <tr>
    <td width="20" rowspan="6">&nbsp;</td>
    <td width="348" ></td>
    <td width="310" ></td>
    <td width="20" rowspan="6">&nbsp;</td>
    </tr>
    <tr>
    <td class="hdintro">Onlinefundb&uuml;ro</td>
    <td><strong>Status:</strong>&nbsp;&nbsp;&nbsp;nicht bearbeitet: <img src='images/nicht.gif' />&nbsp;&nbsp;in Bearbeitung: <img src='images/inbearbeitung.gif' />&nbsp;&nbsp;erledigt: <img src='images/erledigt.gif' /></td>
    </tr>
    <tr>
    <td colspan="2" ></td>
    </tr>
    <tr>
    <td colspan="2" class="hoehe">
    <table width="100%" border="0" cellspacing="0" cellpadding="0"> <!-- table 3 Anfang -->
    <tr>
    <td colspan="2" valign="top">Hier können Sie einen neuen Artikel melden!</td>
    <td><form action="http://localhost/wordpress/uebe…verlustmeldung/" method="post">
    <input name="send" type="submit" class="txtfelder" id="send" value="Neu">
    </form></td>