I don't get what you are trying to do. Does test.php contain JavaScript
that you are trying to execute? If so, then test.php should be called
test.js, and should look something like this:
function (blah) {
var foo = blah;
document.write(foo);
}
If test.php is a PHP document
Hi,
i have test.php:
to call this in the html, i use
this works fine for IE, but is there an alternative for Netscape to do this?
Tnx,
Bas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To cont
2 matches
Mail list logo