Click here to Skip to main content
16,019,614 members

Comments by KalaiyarasiK (Top 3 by date)

KalaiyarasiK 22-Sep-11 6:52am View    
I gave that code inside the header content of home page. like this.
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<script type="text/javascript" language="JavaScript">
window.open('Home.aspx', 'Login', 'maximize=true,top=0,left=0,height=100%,width=100%,status=yes,resizable=yes,toolbar=no,menubar=no,location=yes,fullscreen=true, scrollbars=yes, location=no');
</script>
KalaiyarasiK 22-Sep-11 6:49am View    
I tried that. window opened but didn't show any content. In addition i use master page. I don't know whether that have an effect on this.
KalaiyarasiK 22-Sep-11 6:35am View    
Separate browser.We are developing an application which is an asp.net website. we want to hide toolbar so that only the site along with the titlebar is visible to the users. Also we want to decrease the window size.