Not working in Internet Explorer 10

Just starting out? Need help? Post your questions and find answers here.
DeanH
Posts: 12
Joined: Mon May 12, 2014 11:45 pm
Location: Adelaide, South Australia
Contact:

Not working in Internet Explorer 10

Post by DeanH »

Hi,

Hopefully this is easily corrected or is something I'm just missing.

I am able to run SpiderBasic programs (both in the IDE and exported) in Chrome and Firebox but in Internet Explorer (versions 8 and 10), the page loads but is not executed. I am using IIS7 as the webserver.

The website includes Internet Explorer in the list of browsers.
Is there something I need to set?

Thank you.
e2robot
Posts: 38
Joined: Wed Mar 19, 2014 8:34 am

Re: Not working in Internet Explorer 10

Post by e2robot »

Anything before IE11 is not supported by Microsoft from Jan12

https://www.microsoft.com/en-us/Windows ... IE-support

So I don't see the need for Spiderbasic too either.

I would rather see support for current mobile browsers fixed as per my previous bug report.

http://forums.spiderbasic.com/viewtopic.php?f=11&t=452

Regards,
Phil
DeanH
Posts: 12
Joined: Mon May 12, 2014 11:45 pm
Location: Adelaide, South Australia
Contact:

Re: Not working in Internet Explorer 10

Post by DeanH »

I must have missed it. Is this documented? Where?

Thank you for alerting me to this. I am part of a huge state government network in Australia in which most PCs ( thousands) are still using Windows 7, and IE 10 was only rolled out months ago. (IE10 is mandated, we're not allowed to upgrade it, but I am able to and have installed Chrome and Firefox.) The current policy is to maintain core systems that work on IE10 but I will inquire as to what may be happening in the near future. My customers are over 2,500 schools across Australia and in other countries who have a variety of versions of Windows (from XP on) and browsers. I have no control over the browsers used or versions and therefore try to write software that works on their existing systems. I am investigating whether it is feasible to re-develop my successful Bookmark library software (written entirely in PureBasic including the CGI components of the browser-based search) in SpiderBasic.

January 12 is today!

Thanks, Phil.
Dean
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: Not working in Internet Explorer 10

Post by Fred »

Could you try to open the browser console and see which error message is displayed ?
DeanH
Posts: 12
Joined: Mon May 12, 2014 11:45 pm
Location: Adelaide, South Australia
Contact:

Re: Not working in Internet Explorer 10

Post by DeanH »

Here are the error messages...

HTML1202: http://decs0011942/bookmark/spiderwindow.html is running in Compatibility View because 'Display intranet sites in Compatibility View' is checked.
spiderwindow.html

SCRIPT438: Object doesn't support property or method 'getContext'
library.js, line 4 character 5

SCRIPT5009: 'JSON' is undefined
jquery.min.js, line 349 character 1

SCRIPT5009: 'jQuery' is undefined
jquery.injectCSS.js, line 17 character 1

SCRIPT5009: 'jQuery' is undefined
jquery-ui.custom.min.js, line 6 character 1

SCRIPT5007: The value of the property 'SpiderMain' is null or undefined, not a Function object
main.js, line 18 character 14

SCRIPT438: Object doesn't support property or method 'addEventListener'
spiderwindow.js, line 77 character 154
DeanH
Posts: 12
Joined: Mon May 12, 2014 11:45 pm
Location: Adelaide, South Australia
Contact:

Re: Not working in Internet Explorer 10

Post by DeanH »

A further development!

I checked with the person in our education department who is in charge of updating and was told that they intend to roll out IE11 soon but have been held up because a critical piece of software does not work on it. (Works on 10.) Once that is solved then the browsers will be upgraded.

This may become a non-issue as it may take most of the year to develop the new system and by then everyone should have upgraded.
Post Reply