Danke alex, dass war der richtige wink :-)

Gruss rico

-----Urspr�ngliche Nachricht-----
Von: Alexander Zeitler [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 29. Oktober 2003 15:21
An: [EMAIL PROTECTED]
Betreff: Re: [Coffeehouse] Javascript Prob




Hallo,
>
>Stehe grad etwas auf dem schlauch. Ich muss aus einem 
>MODALDIALOG-Fenster beim schliessen das "�ffnende" frame updaten. Komme 
>aber zu keiner l�sung.
>

Du kannst den Modaldialog etwa so aufrufen:

myvar = aufrufmodal(....);
if(myvar==1)
{
self.reload(); //mu�t Du mal in der JS-Ref nachgucken, obs wirklich so hei�t }

im Modal mu�t Du einen ReturnValue deklarieren,
der dann 1 ist. Dieser wird beim Schlie�en an myvar 
�bergeben und der Rest ergibt sich.

<script....>
{
ReturnValue=1;
}
</script>

Gruss

Alex



_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED] http://www.glengamoi.com/mailman/listinfo/coffeehouse
************************************************************************************
This e-mail message is intended only for the addressee(s) and contains
information which may be confidential. If you are not the intended
recipient please do not read, save, forward, disclose or copy the contents
of this e-mail. If this e-mail has been sent to you in error, please delete this 
e-mail and any copies or links to this e-mail completely and immediately
from your system. We also like to inform you that communication via e-mail
over the Internet is insecure because third parties may have the possibility
to access and manipulate e-mails.

Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of
The Swatch Group Ltd.
************************************************************************************

Antwort per Email an