зеркало из https://github.com/mozilla/pjs.git
Using println rather than applet.print, since JSObject.getWindow() isn't working yet.
This commit is contained in:
Родитель
9d59f45255
Коммит
c642390f18
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче