G
Guest
Hi!
1. I am using asp.net 2.0 for my application and was wondering is there a
way we can hide address bar, menu bar, Links and Standard Buttons of the
browser without opening a new window.
i.e. nothing should be displayed on the browser except the application
content.
2. Actually, we have accomplished this by opening a new window and setting
it to full screen mode. This is working absolutely fine when we browse the
application from localhost.
When we try browsing from remote server, header and footer are coming.
Header is displaying http://IP-Address - Application Name - Internet Explorer.
This scenario is happening not only when we browse from remote server but
also on local server with ip specification.
i.e. when we give URL like, http://localhost/ApplicationName its working
perfect. When we give URL like, http://IP-Address/ApplicationName it's not
working fine.
Any help will be appreciated...
Thanks and Regards,
Sai Kiran.
1. I am using asp.net 2.0 for my application and was wondering is there a
way we can hide address bar, menu bar, Links and Standard Buttons of the
browser without opening a new window.
i.e. nothing should be displayed on the browser except the application
content.
2. Actually, we have accomplished this by opening a new window and setting
it to full screen mode. This is working absolutely fine when we browse the
application from localhost.
When we try browsing from remote server, header and footer are coming.
Header is displaying http://IP-Address - Application Name - Internet Explorer.
This scenario is happening not only when we browse from remote server but
also on local server with ip specification.
i.e. when we give URL like, http://localhost/ApplicationName its working
perfect. When we give URL like, http://IP-Address/ApplicationName it's not
working fine.
Any help will be appreciated...
Thanks and Regards,
Sai Kiran.