Namespace window
				
			
				
				
				
					
Defined in:  _EvalHandlers.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Eval routines, depending on the browser. | 
					Namespace Detail
				
				
				
						window
				
				
				
					Eval routines, depending on the browser.
The problem solved in this class is the problem on how to perform
a global eval on multiple browsers. Some browsers auto eval themselves
they do not need to be called
Some work with a window.eval.call(window,...  
Others use simply execScript  
 Some others work only with the head appendix method
head.appendChild(<script...., head.removeChild(<script  
Note: The code here already is precompressed because the compressor
fails on it, the deficits in readability will be covered by more comments