Eric @ EricBess WebHome

Voitot eivät ole ylimielinen, ei menetä nälkäinen, on isku rintaan ja kasvoihin, kuten kaivos Pinghu

Chinese (Simplified) flagItalian flagKorean flagPortuguese flagEnglish flagGerman flagFrench flagSpanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flagFinnish flagHindi flagPolish flagRumanian flagSwedish flagNorwegian flag
By N2H

Jos haluat. JS lähetyksen parametrit

JS:

? Näytä koodi javascript
 1 
 2 
 3 
 4 
 5 
 6 
 7 
 8 
 9 
 10 
 11 
 12 
 13 
  500 ; //time in millis to wait before showing dialog var BT_open_wait = 500; / / kertaa Millis odottaa, ennen kuin käy ilmi valintaikkuna 
   0; //time in millis to wait before closing dialog var BT_close_wait = 0; / / kertaa Millis odottaa ennen sulkemisaikaa valintaikkuna 
  true ; var BT_cache_enabled = true; 

  hash ) toiminto BT_setOptions (hajautus) 
  ( 
	  hash [ "openWait" ] != null ) if (hajautus [ "openWait"]! = null) 
		  "openWait" ] ; BT_open_wait = hajautus [ "openWait"]; 
	  hash [ "closeWait" ] != null ) if (hajautus [ "closeWait"]! = null) 
		  "closeWait" ] ; BT_close_wait = hajautus [ "closeWait"]; 
	  hash [ "cacheEnabled" ] != null ) if (hajautus [ "cacheEnabled"]! = null) 
		  "cacheEnabled" ] ; BT_cache_enabled = hajautus [ "cacheEnabled"]; 
  ) 

HTML-arvo:

? Näytä koodi HTML
 1 
 2 
 3 
 4 
 5 
 6 
  <script type="text/javascript" src="path-to/XXX.js"> </ script>  
  <script type="text/javascript"> 
      $ (Toiminto () ( 
         BT_setOptions ((openWait: 2000, closeWait: 4000, enableCache: false)); 
      )) 
  </ Script> 

13 syyskuu, 2008 Posted by eric | Koodi | Ei kommentteja