Kevin
03-02-2003, 10:56 PM
passing info from one frame to another
can you take alook and advise on what I am missing...
http://voyager.deanza.fhda.edu/~kkr42797/framesNforms_2.html
code from parent frame
function ExchangeTop(form)
{
comFraB.form.getTextTop.value = comFraA.document.forms.sendTextTop.value;
} /* end ExchangeTop() */
function ExchangeBottom (form)
{
comFraA.form.getTextBot.value = comFraB.document.forms.sendTextBot.value;
} /* end exchangeBottom() */
Calls from child frames fraA and fraB
fraA =
onblur="parent.ExchangeTop(this.form);"
fraB=
onblur="parent.ExchangeBottom(this.form);"
insight always appreciated
thank you
Kevin :thumbsup:
can you take alook and advise on what I am missing...
http://voyager.deanza.fhda.edu/~kkr42797/framesNforms_2.html
code from parent frame
function ExchangeTop(form)
{
comFraB.form.getTextTop.value = comFraA.document.forms.sendTextTop.value;
} /* end ExchangeTop() */
function ExchangeBottom (form)
{
comFraA.form.getTextBot.value = comFraB.document.forms.sendTextBot.value;
} /* end exchangeBottom() */
Calls from child frames fraA and fraB
fraA =
onblur="parent.ExchangeTop(this.form);"
fraB=
onblur="parent.ExchangeBottom(this.form);"
insight always appreciated
thank you
Kevin :thumbsup: