php_guest Posted August 1, 2010 Share Posted August 1, 2010 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 More sharing options...
corbin Posted August 2, 2010 Share Posted August 2, 2010 <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. Link to comment https://forums.phpfreaks.com/topic/209521-escape-quote-character/#findComment-1093968 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.