Menu rendering problem in IE 6.0 I am using ASP.Net 2.0 Menu control, it works fine when application is placed outside folder \xyz and inside \abc\xyz it doesnt shows proper menu
( it works fine in IE 7 and Mozilla (firefox), but not work in IE6)
not ok menu image and ok menu image
i found difference while viewing both files Viewsource
this line is not available in wrong page which is not displaying proper menus
ctl00_Tab_Data.iframeUrl = '/WebResource.axd d=4DCtvlOeisNIDd0-otFvFA2&t=633201517162165664';
and available in correct page in script
<script type="text/javascript"> <!-- var ctl00_Tab_Data = new Object(); ctl00_Tab_Data.disappearAfter = 500; ctl00_Tab_Data.horizontalOffset = 0; ctl00_Tab_Data.verticalOffset = 0; ctl00_Tab_Data.iframeUrl = '/WebResource.axd d=4DCtvlOeisNIDd0-otFvFA2&t=633201517162165664'; // --> </script>
if any one have any idea about this plz reply , thanx in advance. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Comments and questions about the Internet Explorer Developer Toolbar Hi John,
We're using IE embedded in our MFC application and I was wondering how I can enable the IE Developer Toolbar.
Is it as easy as calling IWebBrowser2 :: ShowBrowserBar() If so, what is the class identifier of for the developer toolbar
Thanks in advance! Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Insert New Button to my IE Toolbar Hello, Can someone at least tell me if I am unclear or this issue is not solvable. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Why "((IHTMLElementCollection)xForm.children).item(itemIndex, 0)" cannot be implicitly casted to IHTMLElement Hi, some time ago, the following code snippet, which manipulates IE's html document, work well:
HTMLDocument theDoc ;
...
...
HTMLFormElement xForm = (HTMLFormElement)theDoc.forms.item("xform", 0);
IHTMLElement tableRowNode = ( IHTMLElement )
((IHTMLElementCollection)xForm.children).item(itemIndex, 0 );
IHTMLElement tableColNode = (IHTMLElement) ((IHTMLElementCollection)tableRowNode.children).item(1, 0);
However, now I must explicitly cast the ((IHTMLElementCollection)xForm.children).item(itemIndex, 0) to HTMLTableRowClass (the green word in the above codes) to let my programs work correctly. Or the following runtime exception occurs at the final line of the code snippet:
System.InvalidCastException: Unable to cast COM object of type 'mshtml.HTMLTableRowClass' to interface type 'mshtml.IHTMLElement'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}' failed due to the following error...
I do not know the reason. Is this probably due to that my Microsoft.mshtml or any related library was updated sometime
Any help would be appreciated.
Ricky. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Creating a website blocker IE7 Hi,
Create a custom about protocol entry in the registry, eg about ageblocked that the user can configure to point to a local file or resouce dll.
In your browser helper, when a web address is blocked, load the local message page instead by navigating to your custom about page.
Regards. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Problem loading urls with ie7 I have the exact same problem and ran across your post. I have no idea how to fix it but will reply if I can figure it out. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
http://runonce.msn.com/runonce2.aspx ---> Error on page ---> Done Hi, I use Windows Vista english, and IE7 Beta 2....
And the problem is about Customize your Settings....
Can I save my settings....
Can Anybody help me Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
IE7 HP Director Problem It took me a while but I found a work around on the net.
Open HP Director as you normally would. Wait a couple seconds and then hit "alt - Space Bar" Click minimize on the window that pops up(I have to do it twice) and the HP director will apear in your windows task bar. You can then use it as you normally would, but you have to do this each time you reopen it. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
ActiveX Control deployment on Vista using MSI and CAB setup hooks In Vista, installer refuses to run anything that is not included in the CAB file (in your case, you are trying to run msiexec.exe which isnt included in the CAB file). You could write a small run.exe which launches msiexec.exe and package the binary in the CAB. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
IE7 HP Director Problem Found on another forum, there is a workaround until HP issues a fix:
Click (or double-click) on the Director Icon like you normally do to run it... the program is starting, but hiding.
After a second or two, hit <ALT><Space> on the keyboard. That will "pop-up" a dialog box... click "Minimize" (may have to click it twice). You will then see the Director icon appear in the taskbar. Click the taskbar Director button and the program will then come up and work normally.
Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
we have problem to set default home page as user defined protocol URL in IE7 Hi Soma,
Do I detect some anger management issues in your post (sic)
Try this workaround... (I have not tested this as I don't have your custom protocol handler installed, but this method does work for other custom protocol handlers)
1. Create a custom About protocol handler....open regedit and navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AboutURLs
Create a new string value, name it something... perhaps "MyCompanyName"
Give it a value of dha://studyeg/protocol/Data/home/home.htm
2. Open Internet Options and make "about:mycompanyname" the homepage setting.
Regards. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Changes in WinInet in IE 7 ? The same problem is with me.
Can anyone give the suggestion for that Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
DOM & checkbox(checked status) I've seen the same kind of results with the radio button.
Does somebody know if there's a bug logged already for this issue Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
webbrowser.navigate2 fails with IE7 (works with IE6) I am not very familiar with VB, but I know that Navigate2 will not accept NULLs for arguments. So, I believe the object nothing that you are passing in may be the issue here. Try passing 0 for the second argument and empty strings "" for the last two. Again, I am not very familiar with VB so I don't know if that will work or not, but you can give it a try.
-Reza Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
How can I launch IE in protected mode from a high integrity process? Hi, Mojo
If you don't need to control navigation via IWebBrowser2 or use a WebBrowserEvents sink, then IELaunchURL will create a Protected Mode IE for you.
If you do need consistent property or event sink support while navigating, then you may be out of luck until Microsoft releases a service pack to address current problems with automating IE through IWebBrowser2 and the interference that occurs with this approach due to Protected Mode. See this post for more detail.
regards,
--Todd Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Internet Explorer Script Error: 'bannerParams' is undefined I keep getting the subject message whenever I open my Outlook Express (v.6). The error pop-up box also contains the information;
Line: 70
Char: 25
Code: 0
URL: mhtml:mid://00000011/
Be most grateful for a fix to this.
Cheers,
Mike C Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
max-width property of select element does not work in ie7 Hello all, the following is more or less a copy from a thread I started at microsoft.public.internetexplorer.general ( Message-ID: <1167817762.237685.308410@k21g2000cwa.googlegroups.com>): "The following example works as expected in Firefox (any version), but neither in IE6 (which is known for so long) nor in IE7. A look at the MSDN HTML reference at http://msdn.microsoft.com/library/default.asp url=/workshop/author/dhtml/reference/objects/select.asp (this page does not work in Firefox!) shows up that it should work now, as the select element was rewritten completely. This is very annoying for me as a web application developer. I have to use a lot of select elements which don't fit into the design when they begin to "grow" in width. Does the example below work for anyone in IE7. The version I use is (the) final english 7.0.5730.11 update versions: 0" I put a working example at http://controlaltdel.de/select.html. I really haven't found a site where I can report this bug and I would really really love to see it being fixed as soon as possible (although I fear it won't be). Rainer Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
window handle for active tab From where are you trying to access the tab information You shoudl be able to make use of accessibility interfaces to access the tabs.
Thanks -Dave Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Skype problems Hi,
I am not able to connect skype through ISA 2004. All the outbund traffic are permitted in ISA but the result is same.
Is there any specific port need to be open Your help really appreciated
SUN Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Downloading new file type give warning to open or save. what to do for silently downloading file without any warning. When you added a new file type extension, there is an 'advanced' button where you can give the 'Accociated File Type'. Hopefully if you .Net app is registered correctly, then something from it should appear on that list.
If the app does not already appear. then highlight the added file extension, and go to the 'Advanced' button in the 'Details for ...'
There you should be able to pick the command-line for how your app opens that file type. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Hosting a user control in IE - multithreaded UI problem You should post your question in an IE newsgroup at www.microsoft.com/communities. All I know is: make sure you use Control.Invoke() when updating the controls from your BackgroundWorkers. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
View untransformed (source) xml from InternetExplorerClass? I'm using WatiN (which uses shdocvw.InternetExplorerClass) to perform some functional testing on our web application. Some of our requests return raw XML to the browser, and I'd like to perform some validation on these results. Unfortunately IE performs an xsl transform on the XML to make it "pretty" in the browser, and the resulting html is all I can seem to retrieve. Is there a way to grab the original XML document source, or maybe even disable this transform Thanks for any help -- I thought this would be a simple thing, but I've spent hours on this! Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Strange 'length' variable in javascript when using 'with' statement If you take a careful look at what you are passing to the with statement, you will realize you have specified a Function object, not an object instance. Apparently, the length property refers to the arguments array for the function. So, if you write:
function MyClass ( arg )
{
} The mysterious length value is now 1. Since the length of the arguments array is fixed, it will always be 0 even if you attempt to assign a value to it. If you really intend to pass a class instance to the with statement, you should write:
with ( new MyClass ) // the mystery start here
With a new class instance, the length variable acts as you expect it to. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
smart clinet host in IE , Where is the configuration file ? Try Console.WriteLine("App.Config: {0}", AppDomain.CurrentDomain.SetupInformation.ConfigurationFile); to find it out. I would guess that the App.Config is the exe that you are running inside. In your case it should be iexplore.exe.config where you Internet explorer application is located. Yours, Alois Kraus Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
IE 6/7 crashing with ActiveX event callback to javascript I'm seeing something similar on Vista+IE7 when closing a page (i.e., navigating to a new one) when the page contains an ActiveX object. I'm not sure if said object is in the middle of a callback into the web page. Sometimes the stack trace is all ntdll, jscript, mshtml, etc. In one case, there is an instance of my object's QueryInterface function. No problems on IE6 (or even IE7 on WinXP, I think). IE protected mode is off (or ActiveX object doesn't work at all if protected mode is on).
Nasty. We're fixing to give up on getting this working on Vista.
Bill Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Problem viewing MSN.com with IE I'm not really sure where to post this, so if this is the wrong place please let me know.
Here's my problem....a while back I had this nasty virus that took forever to get rid of it (I forget the name). After deleting it, MSN.com was hosed for me. All other web sites worked fine except for MSN. It "works", but it just doesn't diplay any graphics and has a white background. So recently I noticed that msn was working again and I really didn't think too much of it. But, I started having some other problems like web sites just crashing on me for no particular reason. So I ran a couple of spyware tools and found that I had Torpig (a trojan). It took me most of a day to get rid of that trojan, but it's gone. But now MSN is hosed again. And it's just MSN! No other web site does this. Any ideas
I'm using IE 6.0.2800 and Win2k. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Prompting Users When Using window.close() In IE7 Use .HTA's. If you're creating true trusted intranet appplications then you should use HTA anyway as they will allow you to access the file system object, command line arguments, etc. You really dont need any sort of example on how to use .HTAs, they're really nothing more than regular web pages with decreased security restrictions. Simply rename your .html file to have a .hta extension (ie test.html -> test.hta). The only tag that is exclusive to an HTA is the <HTA> tag. This is a meta tag that provides information about the HTA and lets you customize the app's border, icon, etc. An example follows: <HTA:APPLICATION id="myHta" icon="C:\webpage\myIcon.ico" /> You can find the reference w/ all of the attributes and properties for the HTA object in MSDN, just run a search for it. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
"Requested lookup key" IE7 Problem Hi,
We are aware of this issue only in the event of not rebooting the machine after installing IE7. Hopefully, a reboot should fix the problem, have you tried this yet
Regards,
Wesley Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
IE problem with dynamically creating form Hi all, I need some help with dynamically building a form i have the following code:
Code Snippet
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> <script> function upload(fileinputfield){ var newForm = document.createElement("form"); newForm.setAttribute("method", "post", 0); newForm.setAttribute("id", "uploadfileform", 0); newForm.setAttribute("enctype", "multipart/form-data", 0); newForm.setAttribute("action", 'test2.php'); newForm.setAttribute("target","formsubmitframe", 0); newForm.appendChild(fileinputfield); document.getElementById("formdiv").appendChild(newForm); var newIframe = document.createElement("iframe"); newIframe.setAttribute("id","formsubmitframe", 0); newIframe.setAttribute("name","formsubmitframe", 0); newIframe.setAttribute("src","about:blank", 0); newIframe.setAttribute("frameborder",1, 0); newIframe.setAttribute("width",300, 0); newIframe.setAttribute("height",300, 0); document.getElementById("iframediv").appendChild(newIframe); newForm.submit(); } </script> </head> <body> <div id="formdiv"></div> <div id="iframediv"></div> <input onchange="upload(this)" type="file" id="" name="test"> </body> </html> And the test2.php is simple:
Code Snippet
<pre>< print_r($_POST) ></pre> <pre>< print_r($_FILES) ></pre> IE problems: 1. The form does not submits in the frame although there is a target specified 2. $_POST has the entry [test] => 'the path to file' and $_FILES is empty although there is enctype specified No problems with Firefox Please help thanks Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
I want to create an extension. Where to start Check this article:
http://msdn2.microsoft.com/en-us/library/bb250436.aspx
Herein, a BHO is used to hook into the browser. You can subscribe to events, for e.g. DOCUMENTCOMPLETE event , and herein, you can manipulate the DOM tree to introduce your images. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
IE toolbar to Mozilla firefox toolbar Hi govind,
Please do not post new threads for the same question.
As per my previous reply, you will find information for developing mozilla browser addons at
http://developer.mozilla.org
Unfortunately you just cannot 'plug-in' your IE dll addon to a mozilla browser. I would suggest that you download and install Firefox with the Google toolbar for Firefox and investigate how google does it. Mozilla browsers do not support ActiveX technology, but there is an extension for mozilla browsers (IETab) that will embed an Internet Explorer_server window inside the Mozilla chrome. You could possible use <object> tags then to access your IE addon, but it still won't be able to communicate with the mozilla chrome.
Regards. Tag: Internet Explorer Web Development Modal dialogs causes loss of Session Internet Explorer Internet Explorer Development
Kedar_ms
I have heard this is an known issue with Internet explorer. Is it fixed in IE 7 or it is still open If not can anyone tell what is the resolution for this problem Please help... Thanks in advance...