javascript - Slideshow not working in IE for Windows -


Any ideas as to why this is happening? Works in Chrome, and not Firefox but in IE

Issue:

checked? It is in IE and I get this error:

  Message: 'painter [...]. 0 'zero or no one object line: 34 variable: 3 code: 0 URI: //www.isomham.com/TEST/Scripts/simplegallery.js  

It should be decided that this

Edit:

Actually it seems that this code:

  var mygallery = new simple gallery ({... etc  

should be wrapped around:

  window.onload = function () {var mygallery = new simple gallery ({... etc}) ;  

I think trying to see # simplegallery1 before page # is finished loading.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -