Hallo an Alle
zur Zeit stehe ich vor folgendem Problem.
Auf einer Seite biete ich eine Schnellsuchmaske an. Nach 'Suche starten' möchte ich das Ergebnis auf der normalen Detailsuchen Seite ausgeben. Das Problem dabei ist, dass auf dieser Seite die Detailsuche und Ausgabe der Suche als IFRAME integriert ist.
Index-Seite:
Code
<form name="eingabeform" method="POST" ACTION="....">
<font color="#666666">
<select style="width:125" class="wm24normal" name="MARKE_ID">
<option value=''>Hersteller</option>
<option value='1000'>Alfa Romeo</option>
usw.
</select>
<select style="width:125" class="wm24normal" name="FZART_ID">
<option value="P">PKW</option>
</select>
<input style="width:100" class="wm24normal" type="text"
name="PREISKAT_ID" value="Preis max." size="20">
[img]images/button_suche.jpg[/img]</form>
Alles anzeigen
Seite Detailsuche:
Code
<table border="1" width="100%"><tr><td width="100%">
<iframe name= "if1" src="http://www.webmobil24.com/web/de/haendler_homepages/
autopark-m/liste.htm?&nomenu=1&bgcolor=e6e9ee&DIESEL=&MARKE_ID=&PREISKAT_ID=
&MODELL=&MWSTAUSW=&SORTIERUNG=¢er=1&debug=
&FZART_ID=&myfunction=&specialfilter=&showdp=&showex=&clog=&showdp=&showex=" width="800" height="600" style="bottom: 0px;" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" class="i_frame">
<ilayer src="http://www.webmobil24.com/web/de/haendler_homepages/
autopark-m/liste.htm?&nomenu=1&bgcolor=e6e9ee&DIESEL=&MARKE_ID=&PREISKAT_ID=
&MODELL=&MWSTAUSW=&SORTIERUNG=¢er=1&debug=
&FZART_ID=&myfunction=&specialfilter=&showdp=&showex=&clog=&showdp=&showex="
name="myframe" width="800" height="600">
</ilayer></iframe></tr></table>
Alles anzeigen
Seite Iframe:
Code
<form name="eingabeform" method="POST" ACTION="liste.htm">
<input type="hidden" name="myfunction" value="suchefuerhaendler">
<input type="hidden" name="FZART_ID" value="A">
<input type="hidden" name="debug" value="">
<input type="hidden" name="nomenu" value="1">
<input type="hidden" name="bgcolor" value="e6e9ee">
<input type="hidden" name="background" value="">
<input type="hidden" name="specialfilter" value="">
<input type="hidden" name="showdp" value="">
<input type="hidden" name="showex" value="">
<input type="hidden" name="clog" value="">
<input type="hidden" name="offset" value="">
<table class="wm24normal" border="0" cellpadding="2" cellspacing="0">
<tr><td><font size="2" color="#02669A">[b]Suchen</font>
<font color="#02669A"></td></tr></table>
<table class="wm24normal" border="0" cellpadding="2" cellspacing="0">
<tr><td valign="top"><div align="left">
<table border="0" cellpadding="1" cellspacing="0" class="wm24normal">
<tr><td width="100%" valign="top" nowrap>
<table class="wm24normal" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td colspan="3" height="16" valign="top"> Fahrzeug-Art: </td></tr>
<tr><td colspan="3" height="26" valign="top">
<select style="width:150" class="wm24normal" name="FZART_ID"
onChange="document.forms[1].myfunction.value='';document.forms[1].submit();">
<option value="A" selected> Alle </option>
<option value="P"> PKW </option>
</select>
</td></tr></tr>
<tr><td width="33%" height="16" valign="top"> Marke: </td>
<td height="16" valign="top"> Modell: </td>
<td height="16" valign="top"> Preis in EUR max.: </td></tr>
<tr><td height="22" valign="top">
<select style="width:150" class="wm24normal" name="MARKE_ID">
<option style="font:bold;" value="">---------------------</option>
<option style="font:bold;" value="" disabled>---- PKW ----</option>
<option value='1000'>Alfa Romeo</option>
<option value='1003'>Audi</option>
usw.
</select></td>
<td height="22" valign="top"><input style="width:150" class="wm24normal" type="text"
name="MODELL" value="" size="28"></td>
<td height="22" valign="top"><input style="width:150" class="wm24normal" type="text"
name="PREISKAT_ID" value="" size="11"></td></tr>
<tr><td colspan="3" valign="top"></td></tr>
<tr><tr><td height="16" valign="top"> Farbe: </td>
<td height="16" valign="top"> Interne Nummer: </td>
<td height="16" valign="top"> Sortierung: </td></tr>
<tr><td height="22" valign="top">
<select style="width:150" class = "wm24normal" name="FARBE_ID" class="form_field">
<option value="0">--------------------------</option>
<option value="1000">Beige</option>
</select></td>
<td height="22" valign="top">
<input style="width:150" type="text" class="wm24normal" name="INTERNERCODE" value="" size="28"></td>
<td height="30" valign="top">
<select style="width:150" class="wm24normal" name="SORTIERUNG">
<option value="2"> ... nach Marke/Modell </option>
<option value="1"> ... nach Preis </option>
</select></td></tr>
<tr><td height="30" valign="top">
<input type="hidden" name="width" value="">
<input type="submit" onclick="" value="SUCHE STARTEN" name="B1"
style="background-color: #E8E8E8; color: #000000; font-size: 8pt;"></td>
<td colspan="2" valign="top"></td></tr></table>
</form>
Alles anzeigen
Ich hoffe die Angaben der drei verschiedenen Code Ausschnitte reichen für einen hilfreichen Tipp um das Problem zu lösen. Vielleicht hat ja jemand eine zündende Idea.
Ich Danke Euch schon im voraus
mike