Jump to content

escape quote character


php_guest

Recommended Posts

I have try almost everything and I have no idea what would be the correct sytax for the following line:

 

<a style="margin:10px;" href="javascript:void(0);" onclick="javascript: jQuery.facebox('<img src=\"/image.php/imagename.png?width=130&height=130&cropratio=1:1&image=/userimages/company_images/imagename.png\"/>');">

 

Please could you help me with this problem.

 

tnx

Link to comment
https://forums.phpfreaks.com/topic/209521-escape-quote-character/
Share on other sites

<a style="margin:10px;" href="#" onclick="jQuery.facebox('<img src="/image.php/imagename.png?width=130&height=130&cropratio=1:1&image=/userimages/company_images/imagename.png"/>');">

 

Would be "correct" I think.  (Although I'm not sure about the href="#" or onclick.)

 

& is technically supposed to always be escaped to &, and the same applies for other entities as well.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.