gecko-dev/extensions/irc/libbs/bscomponent-sample.html

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>