Accessing the browser from JavaScript and Java
Using Browser content creation functions
 
- Browser content creation functions:
	- void Browser.replaceWorld(
 node newNode )
		- Replace the world with a new node
	
 
- node Browser.createVrmlFromString(
 string text )
		- Create a new node from VRML text
	
 
- void Browser.createVrmlFromURL(
 string url,
 node notifyNode, string notifyIn )
		- Load VRML text from a URL, then notify a
		node by sending the loaded node to it's notify eventIn