Try $GLOBALS["window"]->document->write("xxx"); or just $window->document->write("xxx") if you are in the global scope anyway. $GLOBALS["document"]->write("xxx") might work at some point (maybe already: I can't remember right now).
I'm not sure if <a href="ActivePHP:kkk();"> will work; let me know if it does (I haven't tried that yet). --Wez. On 10/06/02, "moshe doron" <[EMAIL PROTECTED]> wrote: > Hi All > since Wez on vacation(?) i'm asking u all hopefully someone already sniffed > around ActivePHP. > > i'm searching for the equivalent code for that JavaScript: > > document.write("<a href='Javascript:kkk();'>"); -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php