Hans: Suchfeld von www.hotspotslocations.com anpassen

Hey alle.

Ich habe folgenden HTML Code in meine Seite eingebunden.

<!-- Hotspot-Locations Search -->
<center>
<form action="http://www.hotspot-locations.com/modules.php?name=HotSpots&op=external_search" method="POST">
<table cellspacing=1 cellpadding=0 border=0 bgcolor="gray">
<tbody><tr><td>
<table cellspacing=1 cellpadding=1 border=0 bgcolor="#FFFFFF">
<tbody>
<tr><td colspan=2 height=10 width=100%></td></tr>
<tr align=center>
  <td><input type="text" name="tval" size=18 maxlength="25"></td>
  <td><input type="submit" value='Go' border=0></td>
</tr>
<tr>
  <td colspan=2><a href="http://www.hotspot-locations.com">
  <img border=0 src="http://www.hotspot-locations.com/logos/HotspotLocations150.gif"></a></td>
</tr>
</tbody></table>
</td></tr></tbody></table>
</form>
</center>
<!-- Hotspot-Locations Search -->

Leider öffnet der Klick auf GO das Ergebnis der Suche im gleichen Fenster. Da ich mit Frames arbeite sieht das nicht so toll aus. Den Link mit dem Bild konnte ich schon anpassen (wie in SelfHTML beschrieben). Nur habe ich keine Ahnung wie ich auch das Suchergebniss in einem neuen Fenster anzeigen kann. Ist das überhuapt möglich? Denn der GO Button ist ja nicht direkt verlinkt.
Ich sag schon mal DANKE für eure Ideen.
MFG Hans

  1. Hiho,

    einfach mit "target"

    <form action="http://www.hotspot-locations.com/modules.php?name=HotSpots&op=external_search" method="POST" target="frame1">

    anstelle von frame1 einfach den Namen des Zielframes angeben