jlindquist
Programmer
I have a main form which acts like the switchboard, and I have a help button on it which I need to launch an HTML help file which I created. I want it to open without the locationbar,statusbar,menubar, and toolbar...basically a blank html page. Is this something you can specify when you open the page through Access like you can when you open a new window in HTML (window.open("page.html","title","status=no,location=no"
) or is it something I have to set up in the HTML itself somehow...and if this is so...any pointers on how to do this?
Thank you...
Thank you...