Pork Center

Irc://

De Hack-it.org.

(Tests)
(Faire passer #)
Ligne 16 : Ligne 16 :
===Faire passer #===
===Faire passer #===
comment se démmerde mibbit pour faire passer http://02.chat.mibbit.com/#azeaze ???? (trouvé sur http://wiki.mibbit.com/index.php/Uri_parameters - <i>alternatively you can use (but not in IE):</i>
comment se démmerde mibbit pour faire passer http://02.chat.mibbit.com/#azeaze ???? (trouvé sur http://wiki.mibbit.com/index.php/Uri_parameters - <i>alternatively you can use (but not in IE):</i>
 +
* une piste en js :
 +
<pre>
 +
http://codinginparadise.org/my_ajax_app#helloworld How - using javascript - can I read the "helloworld" from the URL string?
 +
self.document.location.hash
 +
actually to get just "hellowworld" and not "#helloworld" thatwould be like
 +
self.document.location.hash.substring(1)
 +
If the URL contains spaces (or other escaped characters): http://codinginparadise.org/my_ajax_app#hello%20world
 +
unescape(self.document.location.hash.substring(1))
 +
</pre>
 +
===Usage===
===Usage===
Caracteres a remplacer par du hexcode :  
Caracteres a remplacer par du hexcode :  

Version du 31 janvier 2011 à 07:19