So I have a popup .PHP script that I have uploaded to my hosting.
I place <?php include('exitpopup.php'); ?> some where in the themes files but I also have to call out the jquery.
So ultimately I am adding the following lines into the theme, either in the header, footer, main index, ect.
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">google.load("jquery", "1.3.2");</script>
<?php include('exitpopup.php'); ?>
But when I call out the jquery the pictures do not load on my site.
I can do this on all of my other sites so I know this problem has to do with your theme.
any ideas?














