JAVASCRIPT Help !

JAVASCRIPT Help ! - Programmation

Marsh Posté le 31-10-2001 à 11:28:11    

Peut-on ajouter une ligne de commande pour IE6?
SSi oui comment doit elle etre ?
 
Comme ça? :  
this.ie6=(this.ver.indexOf("MSIE 6" )>-1 && this.dom)?1:0;
 
Code de ma page:

Code :
  1. //Default browsercheck, added to all scripts!
  2. function checkBrowser(){
  3. this.ver=navigator.appVersion
  4. this.dom=document.getElementById?1:0
  5. this.ie5=(this.ver.indexOf("MSIE 5" )>-1 && this.dom)?1:0;
  6. this.ie4=(document.all && !this.dom)?1:0;
  7. this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
  8. this.ns4=(document.layers && !this.dom)?1:0;
  9. this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5)
  10. return this
  11. }
  12. var bw=new checkBrowser()

Reply

Marsh Posté le 31-10-2001 à 11:28:11   

Reply

Marsh Posté le 31-10-2001 à 11:33:36    

Désolé, j'ai cliquez trop tôt :D
J'avais la réponse :D
:D:D:D:D:D:D:D:D

 

[edtdd]--Message édité par Djero--[/edtdd]

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed