Re: [PHP] using a php variable in javascript

2003-09-22 Thread Erwin Kerk
have you tried: so = window.open('',''); ?? Erwin Kerk Web Developer Rich Fox wrote: I have a page with the following code: I have 'CompanyEdit' hardcoded, but what I want instead is something like:

[PHP] using a php variable in javascript

2003-09-22 Thread Rich Fox
I have a page with the following code: I have 'CompanyEdit' hardcoded, but what I want instead is something like: so = window.open('','$callerWin'); This does not work, of course, but you get the ide