HighDots Forums  

Re: Variabili e frame

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


Discuss Re: Variabili e frame in the Javascript (Italian) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cristiano Larghi
 
Posts: n/a

Default Re: Variabili e frame - 09-13-2003 , 03:44 AM






In generale: il frame superiore lo referenzi con parent.
il frame iniziale (quello che contiene tutti) lo puoi referenziare anche con
top.
Quanto sopra puņ essere annidato; nel tuo esempio dal frame 4 puoi riferirti
al frame principale con parent.parent, oppure con top.


Quote:
Ecco due domande:
Come faccio, ad esempio, dal frame sommario ad utilizzare la variabile "X"
del frame superiore?
parent.nomevar
Come faccio sempre dallo stesso frame a riferirmi all'oggetto "location"
sempre del frame superiore?
parent.location




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.