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