[Javascript] About passing data...

Rui Fortes ruifortes at clix.pt
Sun Apr 29 20:59:17 CDT 2001


Hello.

I think I managed to do that...
I used something like this:

    firstoption = window.parent.LEFTFRAME.document.all["MENU1"].name;
    secondoption = window.parent.RIGHTFRAME.document.all["MENU2"].name;

where LEFTFRAME and RIGHTFRAME are the frames id and MENU1 and MENU2 are ids
of two DIV's containing my option menus.

I use "name" property but I think a can define custom properties. Is this
right?
I someone knows a better way please tell me about it.

Thanks

PS: I know that I must read a little more to optimise this but I just start
programing again today and is a little late now so....



----- Original Message -----
From: "Ken Schaefer" <ken at adOpenStatic.com>
To: <javascript at LaTech.edu>
Sent: Monday, April 30, 2001 1:56 AM
Subject: Re: [Javascript] About passing data...


> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> : Did anyone answer this question?
> :
> :  .b
> :
> : > -----Original Message-----
> : > From: javascript-admin at LaTech.edu On
> : > Behalf Of Rui Fortes
> : > Sent: 24 April 2001 02:44
> : > To: javascript at LaTech.edu
> : > Subject: [Javascript] About passing data...
> : >
> : >
> : > Hello.
> : >
> : > Can anyone give me some lights about transfering data?
> : > I have some knowledge but it's still very dispersed.
>
> <snipped>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> I don't think so...but I can't seem to find the original either, so maybe
> I'm wrong.
> You do the honours.
>
> Cheers
> Ken
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript
>





More information about the Javascript mailing list