opera.postError : postError « Development « JavaScript Tutorial
- JavaScript Tutorial
- Development
- postError
<html>
<head>
<title>Debug Example</title>
<script type="text/javascript">
function test_function() {
opera.postError("Entering function.");
opera.postError ("Leaving function.");
}
test_function();
</script>
</head>
<body>
<P>This example works in Opera only.</p>
</body>
</html>
4.9.postError |
| 4.9.1. | opera.postError |