NOTE:
This project is no longer being maintained: it was developed for my masters thesis, which was completed in early 1997. I still, however, welcome any questions or comments that people may have.

[Home] [ToC] [Prev] [Next]


iHTML Python Language

Standard ihBrowser Module

The ihBrowser module provides a standard set of symbols for determining information about the host browser and operating system a program is running under, and version information about the underlying iHTML library.


Exported Values


Host Information

HostName
A string representing the full name of the local machine the browser is running on.
E.g., "ada.cs.orst.edu".
UserName
A string representing the name of the user the browser is running under on the local machine.
E.g., "Dianne Hackborn".

Browser Information

BRFullName
A string representing the full name of the underlying browser, uniquely identifying the browser from any others that it has operational differences with.
E.g., "NCSA X-Mosaic 2.7b2".
BRName
A string representing the basic name of the underlying browser, identifying only the particular brand.
E.g., "X-Mosaic".
BRRevision
An integer representing the minor revision code of this browser.
E.g., "7".
BRVersion
An integer representing the major version code of this browser.
E.g., "2".

iHTML Information

BuildDate
A string representing the date at which this browser and iHTML library were created.
E.g., "Sat Jan 27 18:17:49 PST 1996".
IHRevision
An integer representing the minor revision code of the iHTML library.
E.g., "4".
IHSubBuild
An integer representing the unique build code for the iHTML library.
E.g., "28".
IHVersion
An integer representing the major version code of the iHTML library.
E.g., "0".

Exported Exceptions


There are no global exceptions defined by this module.


Exported Functions


There are no global functions defined by this module.


Exported Types


There are no global types defined by this module.


Exported Classes


There are no global classes defined by this module.


[Home] [ToC] [Prev] [Next]

_________.oo_Q_Q_oo.____________________________________________
Dianne Kyra Hackborn <hackbod@angryredplanet.com>
Last modified: Fri Sep 13 03:57:25 PDT 1996

This web page and all material contained herein is Copyright (c) 1997 Dianne Hackborn, unless otherwise noted. All rights reserved.