Hi John,
netscape provides netscape.javascript package
it can be found in the java40.jar or similar jar file among the jar
files that come with the browser..
u can use a static method of its JSObject to get handle on the parent
window(a javascript object) in which the applet is running...
then invoke methods on it to get its child objects,
and you can in turn invoke methods on them
most javascript books would have some samples.
this works only if u r using netscapes jre..
i don't know how to make it work with javasoft plugin 1.2 jre
kindly let me know if are able to find a way around it.
hope this helps.
Swapnil
John John Tobias wrote:
>
> Good day!
>
> Is there anyway in applet to open a new Browser with a specific settings?
>
> the following code is in java script..
>
>window.open("","_blank","width=350,height=400,resizable=yes,toolbar=0,scrollbars=1,status=no,menubar=0,location=0,top=10,left=580")
>
> how can i invoke the following code in applet?
> or how could i invoke a URL in the browser without its toolbar, status bar
> and other buttons?
>
> Thanks,
> John
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html