Subj : Help using window object! To : netscape.public.mozilla.jseng From : smita dinesh bhopale Date : Wed Jun 08 2005 05:35 am This is a multipart mime message --Next_1118205355---0-203.199.83.135-23329 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =A0=0AI want to load html page which contains javascript code like :-=0A=0A=0A=0AShow Window=0A=0A=0A=0AI am using JEdit= orpane to show html pages i.e. JEditor.setPage(url) method to show url .=0A= But it is not understanding javascript code.=0ACan Rhino solve my problem.I= f Yes How should I use that in my code.=0AA piece of code always wanted.=0A= =0ACan I access window object & use open method ofthe same using Rhino? if = Yes how to use it?Please help me.=0A --Next_1118205355---0-203.199.83.135-23329 Content-type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline

=0A 
=0AI want to load html page which contains javascript code= like :-
=0A<html>
=0A<script language=3D"javascript&qu= ot;>
=0Afunction fun()
=0A{
=0Awindow.open('directoryname/filen= ame.htm', 'title', 'toolbar=3Dno,location=3Dno,directories=3Dno,status=3Dno= ,menubar=3Dno,scrollbars=3Dyes,resizable=3Dyes,copyhistory=3Dyes ,height=3D= 500,width=3D700')
=0A}
=0A</script>
=0A<body>
=0A&l= t;a href=3D# onClick=3Dfun()>Show Window</a>
=0A</body>=0A</html>
=0A
=0AI am using JEditorpane to show html pages i= ..e. JEditor.setPage(url) method to show url .
=0ABut it is not understan= ding javascript code.
=0ACan Rhino solve my problem.If Yes How should I = use that in my code.
=0AA piece of code always wanted.
=0A
=0ACan = I access window object & use open method ofthe same using Rhino? if Yes= how to use it?Please help me.
=0A=0A

=0A

=0A=0A --Next_1118205355---0-203.199.83.135-23329-- .