How To Fix Unknown Runtime Error On Ie
Posted On Thu Oct 13, 2011 By hostman In General Errors Forums And Topics Discussions You Find On The Web Forums
so today i was writing some ajax code that works with my php. i was testing my code with firefox, chrome and internet explorer. it worked with firefox and chrome but not with ie.
so basically if you are also getting this same error, the problem is bad HTML. you have a syntax in your HTML.
for example, after i looked at my code, i found what the problem was. this is what my problem was, this is the code how i had it:
<div" id="Return1318554150"></div> <div class="
do you see the problem? take a look at the <div" id= part, yeah, i have a double quote that shouldn't be there and thats what was causing the problem when i was returning the HTML with my ajax JQuery code from php. after i removed the double quotes, it worked, didnt see anymore errors.
what helped me troubleshoot my code was this:
i used the htmlentities() function to return the HTML code from my PHP file to see what HTML the PHP file was sending back.
also, i am using dreamweaver, and when i paste the code into a new HTML document, dreamweaver highligthed the problem for me.
so basically if you are also getting this same error, the problem is bad HTML. you have a syntax in your HTML.
for example, after i looked at my code, i found what the problem was. this is what my problem was, this is the code how i had it:
<div" id="Return1318554150"></div> <div class="
do you see the problem? take a look at the <div" id= part, yeah, i have a double quote that shouldn't be there and thats what was causing the problem when i was returning the HTML with my ajax JQuery code from php. after i removed the double quotes, it worked, didnt see anymore errors.
what helped me troubleshoot my code was this:
i used the htmlentities() function to return the HTML code from my PHP file to see what HTML the PHP file was sending back.
also, i am using dreamweaver, and when i paste the code into a new HTML document, dreamweaver highligthed the problem for me.
Related Content
Information
Forums »
General Errors Forums And Topics Discussions You Find On The Web »
How To Fix Unknown Runtime Error On Ie
General Errors Forums And Topics Discussions You Find On The Web »
How To Fix Unknown Runtime Error On Ie
Title: How To Fix Unknown Runtime Error On Ie
Description: this page will show what you are doing wrong to fix internet explorere from microsoft that gives the error that says Unknown Runtime Error
Tags: javascript ,jqurey ,ajax ,error ,internet explorer
Info: This Post Has Been Viewed 0 Times Since
Date: Thu Oct 13, 2011
Author hostman Received 0 Replies #2678
Date: Thu Oct 13, 2011
Author hostman Received 0 Replies #2678
Share
URL: 

Embed: 

To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it
BBCODE:: 

BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
wallpaperama | Wallpapers | Forums | Terms Of Service
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5
