473,395 Members | 1,999 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

hide IE toolbars

I'm building a web app in asp.net and I'd like to have the IE window hide all
of it's toolbars and run with just the title bar showing when the user
browses to my internal intranet web app. I know this functionality is
possible because MS CRM is able to reconfigure the IE window when the user
browses to CRM. CRM has the following lines in web.config...

<snip>

<appSettings>
<!--
Launch in App Mode
==============================================
Determines whether or not MSCRM should be loaded in an browser window that
does not have address, tool and menu bars. Turning this feature "On" makes
the application easier to use, as the User is presented with less options and
the Application itself (not IE) becomes the focus of their experience.
Recommended Setting: "On"
Values: "On" or "Off"
-->

<add key="AppMode" value="On"/>

</appSettings>

</snip>

Anyone know how to enable this functionality or how this works in CRM? Or
does CRM just close the window that opened it and relaunch another window
without toolbars?

Thanks...

--
Jamie Schwinn
Small Business Systems
Nov 19 '05 #1
1 2128
You can only do this through JavaScript when linking to the app. The link
that goes to it launches the link through a JavaScript script that enables
the various properties of the browser to be set. You can't do it on the fly,
it has to be done by opening a new browser window through a link and cannot
be done after the fact. You can find lots of browser scripts at:
javascript.internet.com and www.dynamicdrive.com Just search either site for
popup browser or browser window.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"Jamie Schwinn" <Ja**********@discussions.microsoft.com> wrote in message
news:32**********************************@microsof t.com...
I'm building a web app in asp.net and I'd like to have the IE window hide
all
of it's toolbars and run with just the title bar showing when the user
browses to my internal intranet web app. I know this functionality is
possible because MS CRM is able to reconfigure the IE window when the user
browses to CRM. CRM has the following lines in web.config...

<snip>

<appSettings>
<!--
Launch in App Mode
==============================================
Determines whether or not MSCRM should be loaded in an browser window that
does not have address, tool and menu bars. Turning this feature "On"
makes
the application easier to use, as the User is presented with less options
and
the Application itself (not IE) becomes the focus of their experience.
Recommended Setting: "On"
Values: "On" or "Off"
-->

<add key="AppMode" value="On"/>

</appSettings>

</snip>

Anyone know how to enable this functionality or how this works in CRM? Or
does CRM just close the window that opened it and relaunch another window
without toolbars?

Thanks...

--
Jamie Schwinn
Small Business Systems

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jamie Schwinn | last post by:
I'm building a web app in asp.net and I'd like to have the IE window hide all of it's toolbars and run with just the title bar showing when the user browses to my internal intranet web app. I know...
2
by: Sandra | last post by:
Hello, I want to develop an application for WindowsCE using eMbedded Visual C++ 4.0. Is it possible to add/delete or hide/show toolbars by running the application. e.g. the user choose a menuitem...
4
by: MLH | last post by:
The following lines are running when I open my A97 mde file... If CurrentUser() <> "mlh" Then Application.SetOption "Show ToolTips", False Application.SetOption "Key Assignment Macro",...
0
by: jkricka | last post by:
Hi! Can someone please explain me how to show/hide word toolbars? I'm oppening new word doc with follownig code. public class classWordDoc { private Word.ApplicationClass WordApp = new...
4
by: Blaine | last post by:
Does anyone know how I can hide a form from the TaskManager? I've set the ShowInTaskbar to False, but when using Alt-TAB to switch between applications, it appears as a blank icon. I can set it...
3
by: prakashwadhwani | last post by:
When my application starts 2 toolbars still remain open 1) Form View and 2) Formatting (Form/Report) Toolbar Also ... Access's default Menu-Bar also remains open. How to switch it off at...
1
by: paul | last post by:
Hello, I am launching a webage with my url. Then in javascript I want to hide the toolbars and menubar. Is this possible after the page has launched. I know window.open() does this but because...
15
by: Neil | last post by:
So, I tried to copy a toolbar. I have a custom menu bar for a form. Tried to copy it so that I could modify the copy and use it with another form. With no direct way to copy it, I made a copy of...
2
by: halljkl | last post by:
Hello, I have made a form for entering suggestions, what I want to happen is if I open the form I can see all the toolbars, design view etc . . . but if another user opens the form all...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.