Hello everyone,
My site on it's test domain now works fine on Firefox. It's IE 7-8 that is now giving me some problems.
On every page on my site (http://tinyurl.com/2369dz3), I get a popup that says:
---------------------------
Message from webpage
---------------------------
Out of memory at line: 12
---------------------------
OK
---------------------------
I isolated to one line in my header.php file, which is my link to the jquery-ui library on Google's library. I NEED THIS file for everything on my site to work properly so why is this causing a problem?
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js"></script>
If someone could lend me a hand, I would be so grateful!