Hello friends,
I have written an application which invokes the browser with the specified address.Now what I want is the resulting page that opens should not contail the browser features of address bar,scroll bar and even buttons.I know there is function in
java script window.open with various arguments.But this function opens another window.I want to apply this function to the same html page in which I am writing.Something like onLoad() but I am not getting the desired result.Can u help me.
Thanks in advance.
Regards,
Kavita.