Sgrab: Fremdes Input Feld füllen

Beitrag lesen

Was benötigst du noch für Informationen?
Quelltext:

  
<table>  
 <tr>  
  <form action="index.php" method="post">  
  <td class="start"><input type="submit" value="Startseite"       name="startseite"></input>  
  </td>  
  </form>  
  <form action="http://www.andereSeitede/anderesFormular/index.php" method="post">  
  <td class="start"><input type="submit" value="Formular" name="notdienst"></input>  
  </td>  
  </form>  
 <form action="kontakt.php" method="post">  
 <td class="kontakt"><input type="submit" value="Kontakt" name="kontakt"></input>  
  </td>  
  </form>  
  <form action="impressum.php" method="post">  
  <td class="impressum"><input type="submit" value="Impressum" name="impressum"></input>  
  </td>  
  </form>  
  </tr>  
  </table>  
  

Fremde Seite:

  
<form name="search" action="" method="post">  
<input type="hidden" name="coords" value=""/>  
<div class="shaded">  
<div class="formLine">  
<label>  
<input type="text" name="plzort" value="" size="25" onkeyup="check_values(this.form);"/>  
</div>  
<div class="formLine">  
<div class="formLine">  
<div class="clear"/>  
<div class="shaded">  
</form>  

Dieses IInput feld würde ich gerne mit einer von mir festgelegten PLZ füllen.

Mfg