-
- problem viewing unicode email in Browser
by Galaxy
- 0 Replies
- Last post
by Galaxy
- Hi,
Please provide solution for the following issue mentioned below:
Issue:
====
1> Application sends Email with UNICODE text to user Email ID. But when user checks email in the respective Email account say Rediff, Yahoo, Hotmail etc ( in the browser with default ENCODING setting i.e. Western European) the email gets corrupted because of default ENCODING se
-
- Elusive IE6 Bug; Need Advice in Debugging
by Steve Stringer
- 3 Replies
- Last post
by Steve Stringer
- Recently, a number of our site visitors have reported IE6 hanging when trying to access any of our stories . I've been baffled by this since I'm unable to reproduce the hang at all, although my testing team has. However, all they're getting is the hang (CPU @ 100% resulting in a force-quit). I've torn the code apart (as well as my hair out) looking for the problem. The page validates, and loads ju
-
- Cannot print frames if a frame contains non-HTML
by Steve Brozosky
- 3 Replies
- Last post
by CHORDUS
- I have found with IE7 that if you have multiple frames and one of the frames contains non-HTML (e.g., pdf, doc), you cannot print the frame that has the non-HTML in it. This worked in IE6. For pdf files in the frame, nothing prints. For doc files in the frame you get output indicating it cannot be printed as laid out. Hopefully Microsoft can fix this bug. I would not need to have a frame with Wor
-
- Please help! :) How to completely disale IE cache?
by Janne_K
- 3 Replies
- Last post
by EricLaw-MSFT
- Hi,
How can I completely disable IE cache or set it's size to 0 I would like to test http throughput but I cannot manually clear the cache every time.
Thanks,
- Janne_K
-
- To Microsoft PM
by Mike Greenway
- 2 Replies
- Last post
by Mike Greenway
- I have a great idea. Microsoft stores my favorites on a server somewhere so that anywhere in the world I log in my favoties are there for me to use.
Mike Greenway
-
- some ie7 customers can't login to our secure site (https://), was able to previously using ie6
by LiquidBoy
- 14 Replies
- Last post
by RulieRules
- Some of our users (a small but growing group) can no longer log into our (https://) site
When they were using ie6 they were fine but since upgrading to ie7 they can no longer login. The login screen just timesout...
The users setup hasnt changed except for the ie7 upgrade (or so they say).. Ive specifically asked if they had new firewalls/routers/proxies etc installed and they all ha
-
- Updated Imagelist.htm - Toolbar button and Tools menu
by IECUSTOMIZER
- 0 Replies
- Last post
by IECUSTOMIZER
- Hi, I have debugged and updated the imagelist.htm utility that was originally published by MS for IE5+. It is now compatible with IE6 SP2 and IE7.
http://www.iecustomizer.com/ url=iebuttons/ txtProvider=117
Regards.
-
- IE7 Beta Antiphishing
by SHutchinson
- 14 Replies
- Last post
by BerniceSmith
- I moved my master hard drive to a slave and installed a new master. I was trying to delete fiels off the old hard drive but there is one folder associated with the previous IE7 Beta installation that I can not delete.
C:\Documents and Settings\User\Local Settings\Temporary Internet Files\Antiphishing
The folder is inaccessible and undeletable. How do I delete it Ending explorer.exe and u
-
- Res://ieframe.dll/dnserror.htm#
by immzie
- 14 Replies
- Last post
by ACEREPIMP
- I am having a problem with the following website:- www.hi5.com . While trying to visit this website I get the following error
Res://ieframe.dll/dnserror.htm#
I am running IE7, I have been able to visit this website since installing IE7, the problem seems to have just occured recently.
Can anyone help
-
- Organizing IE7 Toolbars - Google hijacks toolbar layout.
by Gustavo Holloway
- 14 Replies
- Last post
by krsarge
- What a Horrible experience has been using IE7. First I can't put more bars in the same row as the address bar So I get a incredibly big address bar and loose a lot of screen.
Other problem is that toolbars dont stay in the place you put them. They keep moving even if you lock the toolbars. Is this a Primary BUG at IE7 Is there anyway to make IE 7 as useful as IE6 and customize bars the way I w
-
- How do you check if Javascript is enabled?
by David Reynolds in Cincinnati
- 4 Replies
- Last post
by EricLaw-MSFT
- Does anyone have an example of checking if Javascript is enabled
-
- 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
-
- programmatic access to Office Reference
by ChristoP
- 4 Replies
- Last post
by teradon
- This might be better directed at an Office group, but I'd like to know if it's possible to programmatically access the Office Research Explorer bar from IE.
-
- IE7 Doesn't like my menus
by Graue
- 2 Replies
- Last post
by IECUSTOMIZER
- So I'm working on a site, not a whole lot done on it yet, but I included a rollover dropdown menu. Check it here: http://www.ieeffects.com/Frankly_Fresh/FF_Home_004.html If you view it with Firefox or other browsers, when you roll over the Products tab, you'll see a nice, neat dropdown menu. If you are in IE7, you will see a dropdown menu that appears to the right of the link instead of below it,
-
- IE7, OE6 Printing problems with headers
by Rozee
- 14 Replies
- Last post
by Tony Gore
- Having an intermittent problem printing To: From: CC: Subject: Attachments: headers on emails. Usually happens with larger emails or emails with large attachments or emails that have been replied to or forwarded from other people. Have installed Generic/text printer and sent the email to this printer but sometimes the headers are still missing even printing this way. I have if I open the offending
-
- IE7 Tabs
by Michael Chancey
- 14 Replies
- Last post
by ClydeCoulter
- I am looking for a way using the SendMessage API or something along those lines to activate a different Tab from an external application, so I can detect if a URL is already open and restore that instance of IE and automatically switch to the proper tab.
-
- IE 7 <ul> DOM bug?
by tbrendstrup
- 0 Replies
- Last post
by tbrendstrup
- I have a code snippet like this:
<ul>
<li>
<div>
<a>link1</a>
<a>link2</a>
</div>
text1
</li>
<li>
<div>
<a>link1</a>
<a>link2</a>
</div>
text2
</li>
<li>
<div>
<a>link1</a>
<a>link2<
-
- get_Document returns NULL in IE7
by RameshK
- 14 Replies
- Last post
by RameshK
- Has anyone seen this behavior In IE7, when get_Document is called on IWEBBrowser2, it returns NULL. Basically, I am doing the following in the OnCreate of the explorer bar (my explorer bar is based on an HTML control): CAxWindow wnd(m_hWnd); HRESULT hr = wnd.CreateControl(IDH_HTML_SPLASH1); CComPtr<IDispatch> pHtmlDispatch; CComPtr<IHTMLDocument2> pHtmlDocument; h
-
- "Requested lookup key" IE7 Problem
by Twice_Resurrected
- 14 Replies
- Last post
by Fixer__
- Please help! I just set up my new PC with Windows XP and after installing IE7, when i try to go on any website it launches a pop-up, stating "The requested look up key was not found in any activation context" and doesnt launch any webpages. Yet Mozilla Firefox works fine. Please reply back with a solution anyone :o) -Callum
-
- ActiveX installation for all users of a vista workstation
by Arvindh.C
- 8 Replies
- Last post
by Arvindh.C
- I have a DLL and an OCX components installed in the Vista workstation under the following path with a cmd file, executed with 'RunAs Administrator' option. The simple command goes as follows
RegSvr32 c:\ET\comp1.dll
RegSvr32 c:\ETcomp2.ocx
These components are used in my intranet site and works fine with my account (which has admin priveleges).
But when I try to work on any other user
-
- The PasteHtml method (IHTMLTxtRange) doesnt take any effect on JScripts?
by JoeyPlayQ3
- 0 Replies
- Last post
by JoeyPlayQ3
- I planed to add a balloon style tips on the text user selecting. First, the codes below i cant make the user selection text changing the background color.
doc :=IHTMLdocument2(webbrowser1.Document) ; R :=IHTMLTxtRange(doc.selection.createRange); R.execCommand('Backcolor',false,bgColor);
But when i try to use pastehtml to change the html code to add a balloon tips,
doc :
-
- IE Developer Toolbar causes runtime error IE6
by Jimmy_1970
- 0 Replies
- Last post
by Jimmy_1970
- I installed the IE Developer Toolbar and every time I close my browser, I receive a Runtime error Program C:\Program Files\Internet Explorer\iexplore.exe. When I uninstall the toolbar, I do not receive the message. I am running Windows XP Pro SP2 with IE 6 SP2. I do not have Google toolbar, etc. installed. Any ideas of why this happens; maybe a conflicting application Thanks!
-
- Problem Command Bar Button Extension
by IECUSTOMIZER
- 3 Replies
- Last post
by IECUSTOMIZER
- Hi, I have the following button extension script that works fine on IE6 but fails with a Permission Denied error on IE7. I have tried the usual - Security settings - Allow scriptlets, scripting enabled. Uh! I just realised that it may be the Google Toolbar which I have installed but not loaded. (will try disabling the toolbar with Add-in manager and post back with results.)
Here is the scriptle
-
- help me out in hiding a popped up browser window
by kalyan raavi
- 0 Replies
- Last post
by kalyan raavi
- hi friends...
i have a layer on a parent page with data to be printed. If we click on print link present on the layer, we are calling a javascript function in the parent page as below. Here, a new window is popping up with the data to be printed.With it a print dialog is also opened (we mention in onLoad event) .Upon printing or cancelling the print, the pop up window is also close
-
- ActiveX Modal Dialogs do not work in IE7
by Johnny Kauffman
- 14 Replies
- Last post
by Johnny Kauffman
- Our product is suffering some pretty severe problems because of IE7. We've starting getting calls that dialog windows become hidden. We've heard this is a threading issue. We found out that the problem is actually much worse.
Modal dialogs don't seem to function correctly in IE7. You can recreate the problem using VB6 by doing this:
1. Create an ActiveX UserControl project.
2. Add a form