**JsDomNode js Object** A [javascript Object] as used in [Tk Widgets in Javascript]. Instantiation: ***Parameters*** * When working with rhino (a command line javascript interpreter for Linux) it was necessary for being able to test simple [DOM] related parts easily to implement a dummy javascript Object for at least creating and appending [DOM] nodes. This has been done with the implementation of [JsDomNode js Object]. It has functions for creating elements and setting attributes and appending elements, as that functionality is not available in rhino. to be filled (Part of [Tk Widgets in Javascript Paper]) <>Category Language