Here's what I have:
The code I have is throwing an object expected error.
Any help would be appreciated, thanks!
Code:
imghtml='<a href="javascript:popImage(""assets/img/products/"'+theimg[0]+'"/"'+theimg[0]+'"_lg.jpg"",""Full Size Image"")">Zoom In</a>"[\code]
In plain html it would read:
[code]<a href="javascript:popImage('assets/img/products/1/1_lg.jpg','Full Size Image')">Zoom In</a>
The code I have is throwing an object expected error.
Any help would be appreciated, thanks!