Permission Denied Error in jquery-1.3.2.min.js
Hi everyone, I'm using an an autosuggest plugin for jQuery (plugin can be seen here:
http://code.drewwilson.com/entry/autosuggest-jquery-plugin) and I keep getting a permission denied error in IE. The code works fine in Firefox, Safari, and Opera. Using the debugging tool in IE8, I've found the first line it complains on is: J.open(G,M.url,M.async)
The plugin uses AJAX, calling a script located in same directory as form page, to process data as you type. I use an absolute link to the script (http://quotemyprofessor.com/_beta/process.php). The form can be viewed here:
http://quotemyprofessor.com/_beta/submit.php
Also, an odd thing I noticed is that the autosuggest won't work in Firefox/Safari/etc. either if i add 'www' to the domain of the form page. I'd be happy to provide anymore code/info anyone else needs. Thanks in advance for any help!