[PHP] php - javascript together prob?

2003-07-09 Thread Micah Montoy
Anyone have an idea of how to get this to work? Its the onClick part that wont work. I know if I pull it out of PHP it works just fine but I need it part of the script as I have a loop that it runs under. echo (td width=50%a href='' onClick='javascript:window.open

RE: [PHP] php - javascript together prob?

2003-07-09 Thread Jennifer Goodie
] Sent: Wednesday, July 09, 2003 2:51 PM To: [EMAIL PROTECTED] Subject: [PHP] php - javascript together prob? Anyone have an idea of how to get this to work? Its the onClick part that wont work. I know if I pull it out of PHP it works just fine but I need it part of the script as I have

Re: [PHP] php - javascript together prob?

2003-07-09 Thread Ray Hunter
U need to quote it with double quotes and escape them with like so: \ that should work for you. If not then you will need to start separating the string out and joining it with the . . -- BigDog On Wed, 2003-07-09 at 15:51, Micah Montoy wrote: Anyone have an idea of how to get this to work?