Re: [PHP] call php with javascript

2001-11-27 Thread Richard S. Crawford
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

[PHP] call php with javascript

2001-11-27 Thread Bas Jobsen
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