we can show html page from applet using appletcontext.showDocument(...) method , this shows html page in normal browser window but what if we want this window without statusbar,height=300,width=300,directories=no,menubar=no,toolbar=no , how can we get this kind of window through applets. thanks
Max Punch
Greenhorn
Joined: Jan 03, 2001
Posts: 4
posted
0
How?
Suneel Setlur
Ranch Hand
Joined: Nov 26, 2000
Posts: 202
posted
0
Hi The showDocument can be given _blank as a parameter which will show your document in a new window. When you say new window, it comes with all default menus and options. You can do one thing....customise one browser window so that it does not have anyof the standard menus and bars and then pass the parameter _self so the document is shown in the configured window. Try it...please get back
------------------ Suneel
Suneel
ray bond
Ranch Hand
Joined: Oct 11, 2000
Posts: 111
posted
0
I am having applet in one browser window and from that window I am poping up new browser window using appletcontext.showDocument(...) , so it is new _blank window , and also I tried to open _self but it still have toolbar , statusbar etc. , how can I have window which I show using appletcontext.showDocument(...) without toolbar , height=300 ,width=300 etc. thanks
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.