Avatar of Sthokala
Sthokala
Flag for United States of America asked on

How to get rid of toll bars and address bar in IE

Hi,
  I want to open  the very first page as window with out having any address bars/toll bars(plain window like below). Please let me know how can I do it. from second page I can use window.open(), but How can I do it from first page.

window.open("createrecord.htm","my_window","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=800,height=600,left=0,top=0")

Thank you
HTMLWeb BrowsersJavaScript

Avatar of undefined
Last Comment
Kyle Abrahams

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Kyle Abrahams

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck