Hi Friends,
I am using window.open(myu rl, other parameters....) method to open my url in a window. The problem is that myurl takes some time to open in the window, till that time this newly created window shows the default white background which I want to change with my page color so that user doesn't feel wrong. could sombody please help me how to change the default background color of the window.
I can set the background property of the url to my color but the problem is that it takes some time to display in my window and till that time it remains white.
Please help
Thanks,
Amit
I am using window.open(myu rl, other parameters....) method to open my url in a window. The problem is that myurl takes some time to open in the window, till that time this newly created window shows the default white background which I want to change with my page color so that user doesn't feel wrong. could sombody please help me how to change the default background color of the window.
I can set the background property of the url to my color but the problem is that it takes some time to display in my window and till that time it remains white.
Please help
Thanks,
Amit
Comment