Open HTML page source and you can see that form container contains the next code of Google Analytics which causes the problem:
Code: |
document.write(....
|
You can resolve the problem in the next way:
create new article and place the next code in it:
remember ID of created article and use the next code for lightbox:
Code: |
<a href="index.php?option=com_content&view=article&id=ARTICLE_ID&tmpl=component&TB_iframe=1&height=450&width=800&modal=true" rel="sexylightbox" title="Sample content"><img alt="" src="images/web%20marketing%20audit1.gif" style="width: 201px; height: 53px;" /></a>
|
Where ARTICLE_ID is ID of created article.
Regards,
ARI Soft