I
imghani
Hi all,
I have developed an application in ASP.NET. I wanted that whenever a
user comes to my website, it opens browser in F11 mode.
I find the code to open browser in F11 mode (its javascript) but this
can be done in window.open method of javascript, but i don't want to
open a new window instead wanted that existing window opens as full
screen (as through F11).
Did some R & D but get no such solution, so what trick i decided to do
is:
As some user access the website, open website homepage in new window
using window.open method and closes the previous one, its ok but before
closing the previous browser window, it prompts a message like that
opener is going to close, Are you sure... with YES and NO buttons. I
need to supress this prompt, Is there anyway to supress this.
Is there some way i pass some parameter for YES and user don't need to
press it
Waiting for a favourable response.
Regards,
Imran Ghani.
I have developed an application in ASP.NET. I wanted that whenever a
user comes to my website, it opens browser in F11 mode.
I find the code to open browser in F11 mode (its javascript) but this
can be done in window.open method of javascript, but i don't want to
open a new window instead wanted that existing window opens as full
screen (as through F11).
Did some R & D but get no such solution, so what trick i decided to do
is:
As some user access the website, open website homepage in new window
using window.open method and closes the previous one, its ok but before
closing the previous browser window, it prompts a message like that
opener is going to close, Are you sure... with YES and NO buttons. I
need to supress this prompt, Is there anyway to supress this.
Is there some way i pass some parameter for YES and user don't need to
press it
Waiting for a favourable response.
Regards,
Imran Ghani.