Hi,
I want to display the webpage without browser that means i want to restrict back,minimize,max and close buttons everything in IE 8. Can anybody please help me. Right now i am using this script file.This is working in IE 6. But i want to hide in IE 8 and all other Browsers.
Thanks
P.Nagaraju
Loading
Prabhu RajaPosted Nov 10, 2011, 7:18 AM
function load() {
window.open('http://www.google.com', '_blank', 'toolbar=0,menubar=0,resizable=0'');
}