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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.