IE7 Crashes When Using This Script?
May 14, 2009I am using the following script which keeps crashing IE7. It works fine in Firefox.
Code:
var httpdetail = createRequestObject();
function loadProductDetail(id){
[code]....
I am using the following script which keeps crashing IE7. It works fine in Firefox.
Code:
var httpdetail = createRequestObject();
function loadProductDetail(id){
[code]....
I have a DHTML script which crashes IE 5.0 on MAC. How can I solve it...?
View 4 Replies View RelatedA problem with these code in IE7
<select id="testSelect">
<option value="one">1st option</option>
<option value="two">2nd option</option>
</select>
[code]...
When :
1. select option 2
2. select option 1
3. press remove button
Internet Explorer 7 crashes without saying why.
i'm doing a site that uses tabs and cycle together, cycle inside the tabs.. In Firefox (every version), opera, safari works... But when i go with IE6 into the page "Ambientes", the IE6 Crashes... and is not everytime... i am sending a link with a screenshot...
Here is the SS:
<a href="http://img192.imageshack.us/img192/9825/ie6u.jpg">http://img192.imageshack.us/img192/9825/ie6u.jpg</a>
--
[Code].....
When i 'turn off' the cycle, everything works... when i 'turn off' the tabs, everything works too..
Ive made a website for a client using an existing skin. He is using pretty old computers and browsers to view the site, although he isnt currently able to tell me which exact browser he is using.
This is the site: [URL]
He tells me that when clicking on a menu item on the top blue bar, his browser crashes. Is this possible, and does it sound like a javascript issue, because I beleive the menu has some jquery in it for the dropdown and I wouldnt have through straight html could crash a browser, even if it is old.
I run multiple IE standalones simultaneously on my PC for CSS testing purposes (see this page for more).
I have discovered that, if you have a version of IE 5 running (tested with 5.0 and 5.5), and, in IE 7, run a popup window script that uses window.open, IE 7 will crash.
Not really a problem - I can always quit the 5.x browsers when I need to test javascript - but thought it was worth passing along.
Explain to me why this doesn't work? code... All it does is crashes my browser.
View 1 Replies View RelatedI've lost almost half a day to identify/recover this script error.I often got this type of error.
I've parent window with two text field.There user can either enter the value on the field or choose popup option to search & select the value.When user open the popup & selects value, the selected value gets populated to parent window text field & close popup window. Everything working well, but sometimes after closing popup window, it keeps on opening same popup window multiple time until my internet explorer get crashed. It happens only in IE.
Here is the snippet of parent window:
Here is the snippet of popup.html:
I have a tag <object> in a page..
"<object type="application/x-my-app" id="", I_rc_3D_c, "" width="100%" height="100%">", "<param name="platformKey" value="",Platform_Code_c,"">",
...
"</object>"
and the jquery1.4.4 JS api library..
The problem is that when the page is loading the first time this object is loaded several times..
I have managed to succesfully post the data to the php page... (i can see using firebug that it IS being sent) but i get a message Quote: Apache HTTP Server has encountered a problem and needs to close and the response is empty... what am i doing wrong?is possibly something to do with the space in the value of the options?
Code:
<head>
<title>Auto suggest</title>
<script src="ajax.js"></script>[code].....