Hi !
I have this problem. From witin a php-page I want to display a pop-up window displaying another php-page with information which depends on parameters. However the parameters in the onClick-event has, being string, has to be encapsulated in single quotes ('). But this is not possible as the single quotes is being used already in php-scripting.
Does anyone know a way to solve this ?