-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
nimm window.opener statt parent - dann funktioniert es. Gru�, Thomas > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von J�rg > L�gering Gesendet: Sonntag, 11. April 2004 17:06 > An: [EMAIL PROTECTED] > Betreff: [Coffeehouse] AW: [Coffeehouse] �bergabe aus einem Popup > > Hallo, > > ich finde einfach den Fehler nicht. > So mache ich das. > > ---- Seite 1 --------------------------------------------------- > <script language="JavaScript"> > <!-- > function ShowBild() > { > msgWindow=window.open("bildauswahl.asp","Bildauswahl001","tool > bar=no,width=4 > 00,height=400,directories=no,status=no,scrollbars=yes,resize=n > o,menubar=no,t > op=0,left=0") > } > // --> > </script> > > <form method="POST" name="aktion" action="aktion.asp"> > > <table BORDER="0" cellspacing="0" cellpadding="2"> > <tr> > <td bgcolor="#800000" align="right" WIDTH="200"> > <font face="verdana,helvetica,arial,geneva" size="2" > color="#FFFFFF"> > <b>Bild ausw�hlen: </b></font></td> > <td valign="top" bgcolor="#EFEFEF" WIDTH="300"> > <font face="verdana,helvetica,arial,geneva" size="2"> > <INPUT type="text" name="Bildauswahl" SIZE="12" value="" > style="width:200px; height:20; font-family: Verdana, Arial, > Helvetica, sans-serif; font-size:12; background-color: > rgb(255,255,255); color: rgb(0,0,0); border: 1px solid rgb(0,0,0)"> > <A OnClick=ShowBild()><img > src="../../images/system/csl_image.gif" > width="18" height="17" border="0" alt="Bild auswählen"></a> > </font> > </td> > </tr> > </table> > > </form> > > ---------------------------------------------------------------- > > > ---- Seite 2 --------------------------------------------------- > <script language="JavaScript"> > function DeinScript() > { > parent.aktion.Bildauswahl.value='Wasauchimmer'; > window.close(); > } > </script> > > <DIV align="center"> > <form name="auswahl"> > <input name="Bild1" type="image" value="hintergrund.gif" > src="../../../../images/hintergrund.gif" width="350" alt="" > onclick="DeinScript()"> > </form> > </DIV> > ---------------------------------------------------------------- > > Kann da bitte mal jemand dr�ber schauen was ich da falsch mache ? > > Gru� J�rg > > > > _______________________________________________ > Coffeehouse Mailingliste, Postings senden an: > [EMAIL PROTECTED] > An-/Abmeldung und Suchfunktion unter: > http://www.glengamoi.com/mailman/listinfo/coffeehouse -----BEGIN PGP SIGNATURE----- Version: PGP 8.0.3 iQA/AwUBQHly5nzH5JeHD44eEQJUEwCg4iRW3keYN4CWU8Xo+Q9ITCN/gNoAoKph DaJLrrklnqteti6MTCiuujq5 =/eOj -----END PGP SIGNATURE----- _______________________________________________ Coffeehouse Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/coffeehouse
