Question : Using Java I need to remove the address bar

I have script that Sizes, removes toolbar, location, menubar, and scrollbars I need to remove the address bar as will. Can anyone help on this.
I have tried addressbar=0 and address=0 bothe with no effect.

John
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:

Open in New Window Select All

Answer : Using Java I need to remove the address bar

Add:

location=no,

to your options string, and that should do it.
Random Solutions  
 
programming4us programming4us