home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / chatzilla.jar / content / chatzilla / chatzillaOverlay.js < prev    next >
Text File  |  2000-04-19  |  114b  |  8 lines

  1. function toIRC() 
  2. {
  3.  
  4.     toOpenWindowByType("irc:chatzilla", "chrome://chatzilla/content/chatzilla.xul");
  5.  
  6. }
  7.  
  8.