Bonjours à tous
J'ai un petit soucis
Mon probleme est que avec IE, mon javascript se charge niquel alors que sous FireFox il ne veut pas me prendre mon fichier!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> <title>*****l</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="content-style-type" content="text/css" /> <link rel="stylesheet" media="screen" type="text/css" title="Design" href="theme/style.css" /> <script type="text/javascript" src="theme/javascript.js"></script> </head> <body>
Pas contre si je place directement mon script java ça marche
Savez-vous d'ou cela peut venir
Merci
Partager