urgent : IE and Javascript

  • Hello everyone,

    Does someone know why my javascript function does not work with Internet Explorer ?
    You can check it on http://immo-virtueel.be/360_cam_bis/.
    Click on 'Foto Album'

    This is the code.

    Code
    <plugin name="foto_onder" url="%SWFPATH%/images/foto.png" keep="true" x="305" y="0" align="topleft" zorder="102"  style="button_style"
    		onclick="js(openPopup(gallerij2/index.html))"
    	/>

    This is the code in the html file :

    This is the content of the js folder:

    and the 'gallerij2' folder:

    With IE, the button doesn't react at all...
    This is what you should see :

    Can someone help me with this ??!
    Thanks in advance !

    =servaas=

  • Hi,

    don't you see any Javascript errors?

    the IE doesn't have a 'console' Object, so this line in your code:

    Code
    console.log(_url, _type, _width, _height);

    should break and stop your code and cause the not working...

    best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!