Irc://
De Hack-it.org.
T2 (discuter | contributions) (→Faire passer #) |
T2 (discuter | contributions) (→Syntaxes trouvées) |
||
| Ligne 1 : | Ligne 1 : | ||
| + | [http://irc.lc/url IRC URL] | ||
| + | |||
| + | =IRC URL / IRC HYPERLINK= | ||
* http://wiki.mibbit.com/index.php/Irc:// | * http://wiki.mibbit.com/index.php/Irc:// | ||
* http://wiki.mibbit.com/index.php/Irc:_urls_in_Mozilla | * http://wiki.mibbit.com/index.php/Irc:_urls_in_Mozilla | ||
| Ligne 6 : | Ligne 9 : | ||
==Syntaxes trouvées== | ==Syntaxes trouvées== | ||
| - | <pre> | + | <pre>irc://irc.geeknode.org#lagrottedubarbu</pre> |
| - | irc://irc.geeknode.org#lagrottedubarbu | + | * http://camel.apache.org/irc.html |
| - | </pre> | + | |
==Tests== | ==Tests== | ||
irc://irc.tamere.com/tonpere | irc://irc.tamere.com/tonpere | ||
| Ligne 25 : | Ligne 28 : | ||
unescape(self.document.location.hash.substring(1)) | unescape(self.document.location.hash.substring(1)) | ||
</pre> | </pre> | ||
| + | * 08:31:24 <kerozene> var channel = document.getElementById('myTextInput'); location.href = 'http://here.com/myscript.php?channel=' + encodeURIComponent(channel); | ||
===Usage=== | ===Usage=== | ||
| Ligne 35 : | Ligne 39 : | ||
==Registering== | ==Registering== | ||
Note: If you have the Chatzilla extension installed and enabled, for this to work properly, you need to go into about:config, right click "New --> Boolean", create a new setting called "Setting "network.protocol-handler.external.irc" and set it's value to "true".Remember, when putting the values in, remove the double quotes. | Note: If you have the Chatzilla extension installed and enabled, for this to work properly, you need to go into about:config, right click "New --> Boolean", create a new setting called "Setting "network.protocol-handler.external.irc" and set it's value to "true".Remember, when putting the values in, remove the double quotes. | ||
| + | ==IE== | ||
| + | * http://kb.mozillazine.org/Register_protocol#Windows | ||
| + | * http://blogs.msdn.com/b/noahc/archive/2006/10/19/register-a-custom-url-protocol-handler.aspx | ||
| + | ==Opera== | ||
| + | * http://www.opera.com/support/kb/view/724/ | ||
