473,516 Members | 3,456 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

pop up IE Internet Options Security Tab

Hello scripters,

I was wondering if there exists a method to pop up the Security Tab of the
IE's Internet Options dialog window using Javascript. (Probably not, I have
searched a bit, but who knows.)
I tell my user he can go to the "Tools" menu item and choose the "Internet
Options" option, or he can double-click on the righthand part of the
statusbar, where the current security zone is displayed. But I would also
like to offer a link or button which would invoke this magic method. It 's
on a page where I expect people to have added the site to their Trusted
Sites list already, if that makes any difference.

BTW, at the moment I don't have an English IE version available. Could
anyone tell me which is the shortcut key, the underlined letter in the word
"Statusbar" under the "View" menu?

Great thanks.
Simon
Jun 15 '06 #1
4 1663
Simon,

The keys for the menu, in English are:
(capital == underlined)
View > status Bar

As for calling the internet options dialog? not in JavaScript.

Simon wrote:
Hello scripters,

I was wondering if there exists a method to pop up the Security Tab of the
IE's Internet Options dialog window using Javascript. (Probably not, I have
searched a bit, but who knows.)
I tell my user he can go to the "Tools" menu item and choose the "Internet
Options" option, or he can double-click on the righthand part of the
statusbar, where the current security zone is displayed. But I would also
like to offer a link or button which would invoke this magic method. It 's
on a page where I expect people to have added the site to their Trusted
Sites list already, if that makes any difference.

BTW, at the moment I don't have an English IE version available. Could
anyone tell me which is the shortcut key, the underlined letter in the word
"Statusbar" under the "View" menu?

Great thanks.
Simon


Jun 15 '06 #2
I'm not sure how to call up IE's Internet options security tab, but I
do know how to identify if a popup's being blocked:
http://javascript-library.blogdrive.com/archive/8.html

It alerts the user when a popup's being block.

st**************@gmail.com wrote:
Simon,

The keys for the menu, in English are:
(capital == underlined)
View > status Bar

As for calling the internet options dialog? not in JavaScript.

Simon wrote:
Hello scripters,

I was wondering if there exists a method to pop up the Security Tab of the
IE's Internet Options dialog window using Javascript. (Probably not, I have
searched a bit, but who knows.)
I tell my user he can go to the "Tools" menu item and choose the "Internet
Options" option, or he can double-click on the righthand part of the
statusbar, where the current security zone is displayed. But I would also
like to offer a link or button which would invoke this magic method. It 's
on a page where I expect people to have added the site to their Trusted
Sites list already, if that makes any difference.

BTW, at the moment I don't have an English IE version available. Could
anyone tell me which is the shortcut key, the underlined letter in the word
"Statusbar" under the "View" menu?

Great thanks.
Simon


Jun 15 '06 #3
<st**************@gmail.com> sais
Simon,
The keys for the menu, in English are:
(capital == underlined)
View > status Bar

As for calling the internet options dialog? not in JavaScript.


Thanks for the firm confirmation and for the letter B.
Just for possible future referring, would anyone know of hand a place where
these shortcut keys are listed, for any or all languages?
With returnvalue,
Simon.
Jun 16 '06 #4
Simon said the following on 6/15/2006 10:05 PM:
<st**************@gmail.com> sais
Simon,
The keys for the menu, in English are:
(capital == underlined)
View > status Bar

As for calling the internet options dialog? not in JavaScript.


Thanks for the firm confirmation and for the letter B.


For what it's worth, in my IE6 the letter B toggles the statusbar but
there is no underline to it. For that matter, what I see is "Status Bar"
where both S and B are capitalized.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jun 16 '06 #5

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

Similar topics

11
1781
by: TC | last post by:
Hello All, I have recently had the pleasure of installing Norton Internet Security 2005 and finding that I can no longer create or open a web-based application in Visual Studio .Net. The IDE just freezes. I tried fiddling with the configuration settings of the Norton Firewall but was not successful. I tried launching IIS from the Control...
6
1743
by: WhenAmIOn.com | last post by:
Hi all, I developed a web site that uses javascript and XMLHTTP to dynamically load info on the page from the server without having to re-load the page. Recently I've received complaints of it not working, and the common thread is that these users have Norton Internet Security installed (sorry, don't know the version, but let's assume the...
10
3136
by: Edlueze | last post by:
I am developing some Data Access Pages (DAP) using Microsoft Access 2003 on Microsoft Windows XP. When I try to open these pages (located on my C: drive), the display of the data access page is blocked and I receive the following error message in the Information Bar in Microsoft Internet Explorer: "To help protect your security, Internet...
2
5439
by: Joey Powell | last post by:
I would like to know if anyone has any information on how to write C# code to "intercept" http traffic to and from websites. Not that I'm trying to re-invent the wheel here, but I am having a very hard time in finding some out-of-the box software to do what I consider to be something relatively simple. I have about 50 Windows NT 4.0...
1
1539
by: Syed Naveed Ausaf | last post by:
Hi all, My scenario is this: Central Server: on which a number of remote machines invoke services (implemented as web services, but doesn't matter what the choice of implementation is). Remote Servers: These are machine running at various sites worldwide. Each remote server would be on a separate network and separated from
6
2092
by: pradeep_TP | last post by:
I am facing a strange problem with my web site. Afer reinstalling the web application on the web server, I am getting a dialog box for each page. The dialog box has the following information. "This page contains both secure and nonsecure items. Do you want to display the nonsecure items." It was not happening before. I have searched in...
1
1655
by: Toble Rone | last post by:
I now that this can be a completely newbie question, but and a bit confused on this. I currently in a new project where i need to expose a lot of "sql functionality" to users using a WinForms rich client. That app need to access several tables and querys. So... exposing the sql server to the internet is the "natural" but unwanted option due...
9
9137
by: c83 | last post by:
I want programaticaly to change the IE security settings for Intrante Sites. IE Menu: Tools->Internet options->security(Tab)->Local Intranet ->sites i found out that IE stores data in Registry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap and there i-am writing keys: IntranetName = dword:00000001...
2
2034
by: yasothap | last post by:
am developing a project in vb.net. In that am using a following java script function to run an exe. <script language="javascript" type="text/javascript"> function opennotepad() { var sh=new ActiveXObject("Wscript.Shell"); sh.Run("iexplore.exe"); window.close(); } </script>
0
7182
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7136
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7547
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5712
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5106
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3252
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1620
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
823
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
487
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.