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:

<pre>
// this code print link that click on it call js function
function kkk(){
    //Do some code
}
document.write("<a href='Javascript:kkk();'>");

</pre>



that code doesn't work:

<pre>
// this code print link that click on it do nothing
function kkk(){
    //Do some code
}
</pre>
$document->write("<a href='ActivePHP:kkk();'>");


----
moshe doron<[EMAIL PROTECTED]>







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

Reply via email to