thank u very much indeed

I did thtat:
--
function wttObject() {
        this.away = false;
}
wtt = new wttObject()
--
and it works properly.


-----Mensaje original-----
De: Michael Pemberton [mailto:[EMAIL PROTECTED]]
Enviado el: Tuesday, March 06, 2001 1:04 AM
Para: [EMAIL PROTECTED]
Asunto: Re: [Dynapi-Help] revalue a 'document variable' from a widget


that code should work no matter where you want to reference the item from.
a
global variable is accessable anywhere.  eg:  "is.xxx" is an example of a
global variable.

Lluis Casany wrote:

> Hi,
>
> I working on a widget. I'd like to value a 'document variable' from a
> widget. When I'm saying a 'document variable' I mean a value that I set on
> the html code when it is loading and in this way:
>
> var myFlag=false;
>
> I'd like to change myFlag to true from the widget. How I can do that?
>
> thanks in advance.
>
> Lluís Casany
>
>  "The highest creative thought is coming".
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help

--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010




_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to