Mozilla/mozilla/extensions/irc/libbs/bscomponent-sample.html
rginda%ndcico.com 99dbb7f403 Initial checkin of irc library and sample client. Not included in the default build.
git-svn-id: svn://10.0.0.236/trunk@46104 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 17:09:47 +00:00

29 lines
761 B
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>BSConnection Component sample page</title>
</head>
<body>
<h1>BSConnection Component test page</h1>
<script>
var connection =
Components.classes["component://misc/bs/connection"].createInstance();
connection = connection.QueryInterface(
Components.interfaces.bsIConnection);
for (i in Components.interfaces) dump (Components.interfaces[i]);
dump("connection = " + connection + "\n");
</script>
<hr>
<address><a href="mailto:rginda@ndcico.com"></a></address>
<!-- Created: Fri Jul 16 04:14:03 DST 1999 -->
<!-- hhmts start -->
Last modified: Fri Jul 16 05:42:13 DST 1999
<!-- hhmts end -->
</body>
</html>