Re: [PHP-WIN] Re: php & events & DOM

2002-05-25 Thread Luis Ferro
You can always make a widget as a flash and then using the flash actionscript to get and set information from the php/server side. I know that isn't easy to do but... from what i've seen, it is the easier thing to do without resorting to use a frameset and reloading the document of the "hidden

[PHP-WIN] Re: php & events & DOM

2002-05-25 Thread Tomator
> > i want an onlick event to call a php function. is this > possible in the same way that javascript permits > onlclick="someFuntion(arg)" ? PHP is server-side scripting language and you can't call php function like functions of JScript. However, you could generate by PHP code of JScript and in