that line
$GLOBALS["window"]->$document->write("why that alert doesn't show?");

should be:
$GLOBALS["window"]->alert("why that alert doesn't showed?");



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to