Using println rather than applet.print, since JSObject.getWindow() isn't working yet.

This commit is contained in:
beard%netscape.com 1999-03-21 17:29:39 +00:00
Родитель 9d59f45255
Коммит c642390f18
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -25,13 +25,15 @@ function examineApplets()
function examineTrivialApplet(applet)
{
applet.print("url = " + applet.urlField.getText());
// println("url = " + applet.urlField.getText());
// applet.print("url = " + applet.urlField.getText());
println("url = " + applet.urlField.getText());
}
</SCRIPT>
<BODY onload="examineApplets();">
<!-- <BODY onload="examineApplets();"> -->
<BODY>
<P>
<APPLET