anoniem Geplaatst: 6 juni 2004 Delen Geplaatst: 6 juni 2004 Als ik in IE 6 gebruik maak van JScripts in een extern bestand krijg ik deze foutmelding: [i:a8dc1b1c16]Object wordt verwacht.[/i:a8dc1b1c16] Dit gebeurt als ik één van deze code's gebruik:[code:1:a8dc1b1c16]<link href="../files/achtergrond.js" type="text/javascript" rel="stylesheet"> [/code:1:a8dc1b1c16][code:1:a8dc1b1c16]<script language="javascript" src="../files/achtergrond.js">[/code:1:a8dc1b1c16] Wordt dit sowieso door alle browser ondersteunt? Quote Link naar reactie
anoniem Geplaatst: 7 juni 2004 Auteur Delen Geplaatst: 7 juni 2004 Zover ik weet wordt het door alle browsers ondersteund, maar dan zou ik bij je eerste stukje code dat .js bestand als [i:b5c64afd43]script[/i:b5c64afd43] hebben geprobeerd te laden, en niet als [i:b5c64afd43]stylesheet[/i:b5c64afd43]. Hier is de goede code: [code:1:b5c64afd43]<script type="text/javascript" src="./../files/achtergrond.js"></script>[/code:1:b5c64afd43] Vic Quote Link naar reactie
anoniem Geplaatst: 7 juni 2004 Auteur Delen Geplaatst: 7 juni 2004 Het LINK element is niet bedoelt voor scripts. Quote Link naar reactie
anoniem Geplaatst: 7 juni 2004 Auteur Delen Geplaatst: 7 juni 2004 [quote:4a81b8db3f="Anne"]Het LINK element is niet bedoelt voor scripts.[/quote:4a81b8db3f]En als toelichting: ik kan je uit eigen ervaring vertellen dat het dan ook niet werkt... - Bas Quote Link naar reactie
anoniem Geplaatst: 7 juni 2004 Auteur Delen Geplaatst: 7 juni 2004 Zie ook: http://bugzilla.mozilla.org/show_bug.cgi?id=107058 Quote Link naar reactie
Aanbevolen berichten
Om een reactie te plaatsen, moet je eerst inloggen