JavaScript Tutorial/Development/postError — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:24, 26 мая 2010
opera.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>