open new windo without address bar
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
Hi I want to open New Internet Explorer window when click on a link and when it open that window dose not have address bar Anybody know?
Try:
Open Full Screen Window
Parwej Ahamad
-
Hi I want to open New Internet Explorer window when click on a link and when it open that window dose not have address bar Anybody know?
Set location=no,Javascript example code:
window.open('test.html','newwindow','height=600,width=800,top=190,left=350,toolbar=no,menubar=no,scrollbars=no,resizable=no, location=no,status=no')
} -
Hi I want to open New Internet Explorer window when click on a link and when it open that window dose not have address bar Anybody know?
Use window.open() for more info go through this link
KiranKumar Roy