march Posted March 28, 2006 Report Share Posted March 28, 2006 <html> <body> <img id="attels"> <script> document.getElementById('attels').src = "http://www.draugiem.lv/lang/logos/lv/minilogo.gif" </script> </html> Kapēc šitais kods darbojas uz Iexplorer, bet nedarbojas uz firefox? Un kāda būtu alternatīva priekš firefox? Link to comment Share on other sites More sharing options...
bubu Posted March 28, 2006 Report Share Posted March 28, 2006 Man uz FF darbojas tavs kods. Link to comment Share on other sites More sharing options...
Stopp Posted March 28, 2006 Report Share Posted March 28, 2006 (edited) uz 1.5 vismaz viss darbojas. varbūt tev ir kaukas jūtīgāks firefoxim pret paviršu javascriptu (tikai nez kā tas varētu būt iespējams..) <html> <body> <img id="attels"> <script language="JavaScript" type="text/javascript"> <!-- document.getElementById('attels').src = "http://www.draugiem.lv/lang/logos/lv/minilogo.gif"; //--> </script> <body> </html> Edited March 28, 2006 by Stopp Link to comment Share on other sites More sharing options...
bubu Posted March 28, 2006 Report Share Posted March 28, 2006 Moš atslēgts vispār ir? Vēl variants, ko apskatīties, JS console. Tur FF uzrāda visas JS kļūdas. Apskaties, ko tur rāda. Link to comment Share on other sites More sharing options...
hmnc Posted March 31, 2006 Report Share Posted March 31, 2006 un kā ir ar image preloadingu? varbūt tas pie vainas? Link to comment Share on other sites More sharing options...
Recommended Posts