1
Reply

How to display the webpage with outof browser in asp.net

nagaraju

nagaraju

Nov 10 2011 6:44 AM
1.2k
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.

<script type="text/javascript">
function load() {
window.open('Examinstruction.aspx', 'Examinstruction', 'fullscreen=yes,location=0');
 }
 </script>

Thanks 
P.Nagaraju



















Answers (1)