JSON works nicely, except on my domain
A strange problem, the inverse of the problem I was having this morning! I have a script that makes a lightbox, makes a JSON call to a PHP script on my server, and populates the lightbox. The idea is this code can be put on any site. You can also post data back to my site within the lightbox. In order to handle the in-place calls, extra JS code is loaded via the original JSON call. This deals with the onclick events on objects in the lightbox. This works fine, except on my domain! The extra JS loads up fine (I can test this with alert()s) but the onclick event is not captured. An alert() placed as the first action in the onclick() function does not trigger. Everything works fine on external sites, it's only on my domain that it doesn't work!