-
- Verifying that cookies are enabled on IE
by Dean Schulze
- 1 Replies
- Last post
by Sliffy
- I need to verify that users to my web site have cookies enabled in their browser. The following script works in Firefox, but in IE it always shows that cookies are enabled even after I move the privacy slider to High (Cookies blocked): <html> <head> <title>Check Cookies</title> </head> <body> <script type="text/javascript"> if (navigator.cookieEn
-
- iframe navigate bho
by Si-Chang Hyun
- 2 Replies
- Last post
by Si-Chang Hyun
- Hi,
I'm trying to navigate to after adding header information.
So, I used event "DISPID_BEFORENAVIGATE2" in method "Invoke()", and method "Navigate()".
The result is something wrong.
Unnecessary scroll bar is displayed at the parts in page which is used with "iframe" like as the below.
(All other parts in page are well displayed.)
-
- To open multiple tabs in IE7 ... Please Help
by zoddiax
- 3 Replies
- Last post
by rtdev
- Hello
I want to know how can i open multiple tabs in IE7 using C#. Following is my code but this code is opening 2 separate internet explorer windows.
I want to open 2 websites in same window but in 2 different tabs.
Code Block
using System;
using System.Collections.Generic;
using System.Text;
using SHDocVw;
namespace Internet_Explorer
{
-
- IE7 Style "Explorer bar"
by rev23dev
- 2 Replies
- Last post
by rev23dev
- In Internet Explorer 7, is there a way to make an explorer bar that looks more like the Favorites Center that drops down
Is this a specific CATID for it to do this
-
- Developer Toolbar Crashes Internet Explorer 7 When Closing Tabs
by maro15
- 0 Replies
- Last post
by maro15
- Windows XP Professional SP 2 German
Internet Explorer 7.0.5730.13 German
IE Developer Toolbar 1.00.2188.0
When I activate IE Developer Toolbar it seems at first that everything is OK. But when I close the browser or I close a tab window IE7 crashes. Can anybody help
Marcel
-
- InternetCheckConnection API problem
by RatneshK
- 2 Replies
- Last post
by conte oliver
- In a C# code i am using "InternetCheckConnection" (a wininet API) to detect if i m online as following. [DllImport("wininet.dll")] private extern static bool InternetCheckConnection(String url , int flag, int ReservedValue); bool ISCONNECTED = InternetCheckConnection("http://www.google.com", 1, 0) So with out any proxy setting this is working fine, as in i am getti
-
- Problems with the Windows Defender
by William A. Marty
- 5 Replies
- Last post
by Doubel
- Hi guys,
I'm not a computer genious so pls be patient with me
Here's the problem:
I got a Vista Upgrade kit yesterday which I orderd quite a while back. I installed it and everything was working great.
Today, when I wanted to download something an error came which said something about a file called MpOav.dll in the wondows defender being broken or not being installed proper
-
- While using IE7 in Vista keep getting error "Internet Explorer has encountered a problem and needs to close" (KB936904)
by HouseMusicRules
- 1 Replies
- Last post
by Naveed_Rao
- Hi,
I am currently using IE7 in Vista. Clean install. However, I keep running into issue KB 936904 and it is very frustrating. I checked the MS website ( http://support.microsoft.com/default.aspx/kb/936904 ) for a downloadable patch but could not locate it. Could anyone please tell me how I can get this fix
Thanks .
-
- OCX Event Problem
by livio065
- 2 Replies
- Last post
by Andy Dale
- Hi,
I have an VB6 Activex control (OCX) that fire event correctly in IE6 but in IE7 it doesn't. Can anybody help me The Code is ..
<OBJECT CLASSID="clsid:5220cb21-c88d-11cf-b347-00aa00a28331"> <PARAM NAME="LPKPath" VALUE="LPKfilename.LPK"> </OBJECT> -->
<OBJECT id=UClient style="LEFT: 0px; TOP: 0px; width: 472px; height: 104
-
- cross-domain problem
by Dou Wen
- 1 Replies
- Last post
by RatneshK
- in my extension, i need sometimes submiting some infomation(allowed by user ) to my wesite(which is not the current site browsing by user) , while i dont want to disturb user with directing current page to my website, i want to use xmlhttp to implement this, but it seem there is a cross-domain security problem, is that right how can i work around it my extension in firefox work fine because it
-
- IE Hangs On Page Load
by Udi Oron
- 2 Replies
- Last post
by BlazenBundy
- Hi There! I am the webmaster of Flora of Israel Online - a complex website holding information about the wildflowers of Israel. Somehow I managed to make IE hang really string when loading a page. I've been looking around and found no cure. I tried to modify alot of pieces in the code - but this still crashes IE: (Be warned) http://flora.huji.ac.il/ action=thread&f=1&t=333 Any idea Thanx,
-
- Javascript focus() doesn't function well in IE7 with Tab feature using
by Raphael Chan
- 5 Replies
- Last post
by Tomasz T.
- My problem is that:
I can't use focus() to focus the tabs I have opened
Example:
On Opener Window,
var tab = window.open(" www.microsoft.com ", "Child_Tab", "<LIST_OF_FEATURES>");
then call tab.focus()
can't focus the opend tab "Child_Tab"
Guessed Reason:
May be IE 7 assume that all tabs in the same browser is in the sam
-
- Bogus valus returned from IELaunchURL()
by Sdi
- 14 Replies
- Last post
by PraveenM [MSFT]
- Old Scenario: a COM object created inside a WSCRIPT file (javascript) used to CreateProcess() IE and then Navigate() the IWebBrowser2 object. Since MS has broken the contract on IWebBrowser2->Navigate(), we now have to call IELaunchURL().
New Scenario: same COM object calls IELaunchURL() and then enumerates the windows, looking for the IEFrame window in the process ID returned by IELaunchURL
-
- IE7 and getElementsByName()
by PaulAllsopp
- 5 Replies
- Last post
by magicalclick
- When will Microsoft comply with W3C Dom methods
It is a simple question, can anyone supply an answer
I have the following code:
Code Snippet
var nodes = document.getElementsByName('FeedSiteItem');
Now, in FF it corectly returns an array of 3 itens. But in IE7 it returns nothing. A big fat old zero length array to be exact.
Now, if that piece of code is not su
-
- Prompting Users When Using window.close() In IE7
by nath
- 14 Replies
- Last post
by Snails
- Microsoft IE Developers,
The question, everybody seems to be asking!
What are our alternatives regarding not prompting users when
we are automatically closing a browser
Life was so much easier before IE7. I could simply use:
window.open("page.aspx","_blank","resizable=yes,scrollbars=yes,toolbar=no,status=yes");
window.opener
-
- Explorer Back Button
by codebreaker2007
- 2 Replies
- Last post
by Mark Dawson
- Hi, Is iit possible to programatically negate the back button in the Explorer browser ie depending on certain internal functions Thanks in advance.
-
- http://runonce.msn.com/runonce2.aspx ---> Error on page ---> Done
by Valmir Passero
- 14 Replies
- Last post
by David Hundeby
- Anybody can help me!
What I have to do, for save my settings right now
-
- Protected -> Medium Integrity, elevation policy
by Locke355
- 6 Replies
- Last post
by Sharath Udupa - MSFT
- I have an ActiveX control which needs to start a process with medium integrity. I am trying to get ieuser to elevate the process without prompting the user to ok the elevation. On install, I generate a GUID and add it to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy, and set the 'AppName' and 'AppPath' to reference the application to run (I do not set the CLSID
-
- You are not alone.
by dpearson
- 1 Replies
- Last post
by Pa123123
- Can someone help I am on firefox to post this.... I cannot open IE7....I tried re-installing with nothing.... I have a lot of important links I cannot get to... dp
Internet Explorer cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the addre
-
- Display full screen in Javascript
by MEDION
- 3 Replies
- Last post
by MEDION
- On my website I'd like to post a BUTTON (image) to execute a F11-key command in javascript to obtain a full screen with no menu etc.
I'm aware of commands like WINDOW.OPEN() with all of its attributes. But I can't figure it out.
Does someone know
-
- Script/Batch file? Have a form field automatically have input text?
by Foolios
- 3 Replies
- Last post
by Foolios
- I was wondering if there was a way to set up some kind of script, etc. that would fill in a form field with a name when I double clicked that script on the desktop. For example, a web browser would open to a specific page and the name of a person would be filled into the proper form field on that page. ex: opens ie, then directs it to nbc.com/whathaveyoupage.html, then finds the input box with the
-
- Custom message on "Connect To" screen?
by JFoushee
- 2 Replies
- Last post
by JFoushee
- Hello.
I have some webpages that only certain individuals can view. They are protected by NTFS security. If an unknown user comes along and attempts to view the page, they're presented with a bland-looking screen:
Connect To ThisServer
Username: [ ] Password: [ ] [] Remember my password
[OK] [Cancel]
I get numerous calls about users not being able to log in. The usual probl
-
- Looking for custom button in C#
by mabra77
- 1 Replies
- Last post
by IECUSTOMIZER
- Hi All !
I have something like this in script, but I am very disappointed about the limits. Is there a C# sample implementation for a custom button I have to copy something into the clipboards, which does not work in script;Additionally, having more then one action on the button with a menu or have a hierarchical context menu would be the best.
Thanks a lot,
mabra
-
- XP Style in C# IE Toolbar
by Thibaud
- 3 Replies
- Last post
by cablehead
- Hi, I've made a toolbar using the BandObjects article on Code Project : http://www.codeproject.com/csharp/BandObjects20.asp select=1819328&df=100&forumid=306921&exp=0 Unfortunately, the only way I have found of having theme styles activated is to supply an iexplore.exe.manifest in IE installation folder, which is not ideal for deployment... The google toolbar and other toolbars do hav
-
- IE7 Can't print this page
by -SG-
- 1 Replies
- Last post
by -SG-
- It seems IE7 has trouble printing fixed width tables enclosed in fieldset
elements. Check the following example code and try to print or print preview
in IE7. Is anyone aware of this behavior :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " http://www.w3.org/TR/html4/loose.dtd "> <html> <head> <style> fieldset.wide { width: 790