Any Idea what could cause this? I get it randomly at best. But with both IE and FF. It derives from an AJAX banner rotation script I am attempting to implement. Well have implemented it... And the script loads and runs fine per say minus the random error "There was a problem with the request.(Code: 0)" that pops up from time to time.
The error also only occurs when it does occur upon a reload of the page. Or a linked clicked on the page (not even necessarily a banner within the script) Its as if when the page unloads its failing some how but I don't know how, as I don't know what exactly can cause that error, and I have no yielded anything in my searches on google/yahoo about this.
I am using this script http://www.phpied.com/ajax-banner-rotation/
if anyone's familiar with it. I also seem to be the only one with this issue. So I don't know. I haven't done anything to significantly change the base of the script from there, and no one complains about this issue there (except me)
Any Ideas suggestions, etc.. that anyone may have as to how I can either catch the error and fix it. Or catch it and have it ignored so it doesn't cause the pop up. The error has also occurred on several PCs ranging from XP installs with IE 6 to Vista Installs with IE8.. FF gets the same issue so I don't think its a cross compatibility issue. So I know its not just my rig's setup causing the issue. Again like I said any help would be greatly appreciated thanks in advance.
How to read CSS message data
Hi,
why isn't this PHP code working ???
it's suppose to find a name on the database. <?php $s = $_POST["lname"]; $x = trim($s); $exists = false; $selectedRow = 0; mysql_connect (localhost,testuser,testuser);
Google voice
I currently have a form in html, but I want it in php so the information is not in the source code.It all works and when you put in the name and number it will call. When you push the call button it
Strange
I recently noticed some odd HTML appear in some of the websites I host. Not all of them are run on a CMS but the majority (but not all) are running through the same FTP account.I've searched
Help pulling in 'id' with "read more" link
I'm trying to create snippets of my articles in the cms I'm creating, and then have them redirect to to a single page entry of the article. Right now my snippets and "read more" links are
How a counter of users ? such as ---> (231 Viewing)
I want to count how many users are actually viewing the page, How is that possible?Thank you guys!
Get content from table into a list, without repeating.
Alright this is kinda an odd thing, so I need some help.I have a table "quote" with the three columns `id`, `quote`, and `author`.Now I am wondering if there is anyway that I can output all
Variable uses and placement
I'm new to PL/SQL and am trying to learn about variable valid uses/placement (any pointers to any docs is appreciated...)
records between 2 dates
Hello all,
Prevent PHP mail( ) from appending hostname to from address
Hey guys,I want to be able to send texts to phones via email (since each phone has their own address), and for specifying the from, I want to specify my own number, is there a way to do this?For