Development JavaScript Tutorial

< html>
    
        Debug Example
        
                function test_function() {
                    opera.postError("Entering function.");
                    opera.postError ("Leaving function.");
                }
                test_function();
        
    
    
        

This example works in Opera only.