HighDots Forums  

parametri tra finestre

Javascript (Italian) Il linguaggio JavaScript (it.comp.lang.javascript)


Discuss parametri tra finestre in the Javascript (Italian) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Raffaello Galli
 
Posts: n/a

Default parametri tra finestre - 09-03-2003 , 03:50 AM






ciao

La finestra X apre una piccola finestra Y (con window.open).
Quando l'utente chiude la finestra Y, voglio che questa ritorni
dei parametri alla finestra chiamante X.

Come faccio ?

Raffaello



Reply With Quote
  #2  
Old   
Cristiano Larghi
 
Posts: n/a

Default Re: parametri tra finestre - 09-03-2003 , 04:13 AM






Potresti provare ad usare onunload e settare delle var:
opener.nomevar=valore; Oppure chiamare una function:
opener.nomefunction(parametro1,parametro2...);



Reply With Quote
  #3  
Old   
Raffaello Galli
 
Posts: n/a

Default Re: parametri tra finestre - 09-03-2003 , 04:58 AM



On Wed, 3 Sep 2003, Cristiano Larghi wrote:

Quote:
Potresti provare ad usare onunload e settare delle var:
opener.nomevar=valore; Oppure chiamare una function:
opener.nomefunction(parametro1,parametro2...);
Funziona, grazie!

Raffaello



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.