-
- Explaination of CAB downloading needed. Cab contains .MSI
by bjames
- 0 Replies
- Last post
by bjames
- Hello all,
I have another post on these forums that is semi related, however, it's a long post with development details. This post is simply a question.
If I have a .NET windows forms usercontrol that is wrapped as a COM object with a GUID to allow for hosting the control on the file system rather than using pure .NET code access and downloading the control each time it is used.
-
- how do i add navigation to my pages without redoing my pages
by dariuslovhalll
- 0 Replies
- Last post
by dariuslovhalll
- I have a master page that contains the general theme of my website
it includes a header and a navigation tool to navigate through the pages. I only know of one way to add my navigation page to all my web pages and that is by recreating my pages and have them fit in with my navigation page. How do i add navigation without redoing all of my pages.
I am doing this in Visual Web Developer Expres
-
- Input type="file" externalization
by Dean Forant
- 1 Replies
- Last post
by unique_username
- I have a quick question about the input type=file control. I'm working on a product that will be distributed globally and I was wondering if the "Browse" text that appears in the button gets translated based on what language is set in windows (IE) or is this something that has to be externalized manually.
Thanks,
Dean
-
- IE7 problems with window.showModalDialog
by AndresT
- 5 Replies
- Last post
by KingCobra
- Hi, i have a problem with IE7 and javascript function window.showModalDialog, In the new window, click any button will generate a new window i add the line:
<base target="_self">
in the child window,but problem continue with IE7.
ItĄ¯s working IE6 without problems.
Help me!!!
-
- IE & Word COM object error
by say hai sai
- 0 Replies
- Last post
by say hai sai
- Hi,
I need assistance to solve 2 issues.
1- IE Com object error
2- MS Word Com object error
1-IE Com object error:
I use Internet control component to use the InternetExplorer object.I am getting the following error:
"Creating an instance of the COM component with CLSID {0002DF01-0000-0000-C000-000000000046} from the IClassFactory failed due to
-
- session cookies in IE7 not working
by millertime408
- 10 Replies
- Last post
by Robert Fokken
- I have a website I've developed and I'm having problems with IE7
recognizing the session cookies. It worked in the earlier version of
IE, it works in all other browsers. I've changed the setting in IE7 to
"Accept All Session Cookies" and it still won't work. Is there
something I need to do differently with my coding to accomodate the new
IE7 session cookie standards
Here is my
-
- Implementing a custom download manager - DownloadUI registry value.
by JBT3000
- 10 Replies
- Last post
by ComputerWhiz
- I am trying to implement my custom download manager in IE 6. However, I can't seem to get IE to recognize the DownloadUI registry value I entered. I have a setup project in my solution that registers my assembly with vsdraCOM and I took the CLSID from the assembly information screen in my project properties (the COM interop project is seperate from the rest of the application). I have 'Make Assemb
-
- How do i read URL from Internet Explorer 7 Tabs
by Sheikd
- 4 Replies
- Last post
by Sheikd
- Hi,
I am trying to read URL from Internet Explorer 7 tabs. I am not able to parse . Can any one tell us. how to get url from IE 7 tab.
Sheik
-
- IE6 Content Advisor
by pandyanb
- 1 Replies
- Last post
by IECUSTOMIZER
- Hi,
When I enable content advisor in IE 6.0, it always asks for password for every web page address.
I want that if I allow content for www.yahoo.com then it should not ask for password for any web page address inside Yahoo.
Kindly give your expert advice.
Kind regards,
Naresh
-
- Customize your settings window is blank
by Pixelpands
- 14 Replies
- Last post
by tweaker56#
- Hi everyone has anyone has this problem. i was using IE 7 Beta with no problems and then was asked to upgrade when the version came out. upon updating i have the customise your settings page (http://runonce.msn.com/runonce2.aspx) coming up with a blue background and nothing else. I have done everything that microsoft sent me but no joy. It means my Homepage will not come up until this has been set
-
- Problem with IE, data binding and blanks
by Andrea Giovannini
- 2 Replies
- Last post
by Andrea Giovannini
- Hi,
I have a Web application with a DHTML client (IE6-7) which uses IE databinding.
The problem occurs when I type two blanks in an input box: the corresponding XML element content that I get on the server is \n\t (of course I'm expecting two blanks).
Sniffing the XML sent to the server from the page with Fiddler I can see the following content
...
<myElement>
</myEl
-
- How to disable backspace
by Jon Sensinger
- 2 Replies
- Last post
by Jon Sensinger
- Is there a way to disable backspace, so that when I am entering text in a form and hit the backspace, I don't accidentally go back a page if my cursor is outside of the text box This is a major problem for online university tests that have essays, because you end up ending your test in the middle of an essay if you hit the backspace. Note - I don't want to disable this as a web-developer, but rat
-
- IE7 Certificate Request/Enrollment
by Andy Johnson
- 14 Replies
- Last post
by cuijianming
- With IE7, I've noticed the original ActiveX method of generating a client certificate request and installing the signed certificate no longer work (xenroll.dll calling CreatePKCS10() and acceptPKCS7()).
How do you do this now with IE7. Vista customers with IE7 don't even have access to xenroll.dll. I have been unable to find much documentation on this change, only that the old way was replaced
-
- Onkeydown event doesn't work when TAB key is pressed
by Subrat586567
- 0 Replies
- Last post
by Subrat586567
- Hi,
I have one html form and I want to move cursor to another field to a different tabindex order using TAB key. I wrote a function "moveto()", and it is called on field EMAIL on event Onkeydown, the cursor should move to field 'realname', but it doesnĄ¯t work.
Dose anyone know how it can be fixed
<html> <head> <script type="text/javascript"&g
-
- IE7 displays my xml/xslt page differently from IE6
by Saiboro
- 12 Replies
- Last post
by genel
- Hi,
I have a Web application that works as follows:
- An ASP.net page generates an XML string linked to an XSLT stylesheet and sends it to Internet Explorer. - Internet Explorer applies the stylesheet and displays the resulting HTML page in the browser.
Everything worked great with IE6 and most of this still works fine in IE7 except for one page. In that page, I return an XML string simil
-
- IE 7 and Framsets
by Rian Edwards
- 7 Replies
- Last post
by Launchnet
- I am using a simple standard framset, in IE 7 the target is all off, opening each page into a new window instead of the proper frame. Is there a solution for this, I have refrences to it being an issue caused with tabing but have not yet seen a solution.
Thanks
Rian Edwards
-
- IE6 crashes by empty anchor in frameset
by alberich
- 0 Replies
- Last post
by alberich
- Hello all, i have some problems with IE6 when a frameset-link contains an "empty" anchor. The browser sporadically shows an error message and renders only a part of the page. I dont know the english error message, it should be something like "the page xxx can not be shown. operation aborted", shown in a error message box with a red error icon on the left. JavaScript off, Active
-
- "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
-
- Injecting Script tag into current document
by Fernando Aramburu
- 10 Replies
- Last post
by Fernando Aramburu
- Hi everybody, I'm building a BHO in .NET and i'm testing with IE7 and Win XP Professional. My intention is to do something that is really simple to explain but I'm having lot of troubles at building time. I need to on DocumentComplete event: 1) add some javascript script s to the current document 2) after step 1 is complete call a simple Javascript function located in one of the js file I added
-
- IE7 Script Error
by Geo725
- 14 Replies
- Last post
by MatthewStarensier
- Hi, This problem has always been bugging me. When I sign into my user account and open up User Accounts in control panel I don't have any problems but when I go to any other user account and do this, no matter if they are computer admins or not, they encounter an IE script error with no description and this popup does not go away whether you click yes or no. It's not just the User Accounts menu in
-
- How to replicate the default download process of Internet Explorer?
by Baller4lifeII
- 8 Replies
- Last post
by Xman_Programmer
- Hey there, I would like to know how I can call the default download function of IExplorer. I
implemented a custom download manager using the IDownloadManager
interface because I needed to get some specific information about the
file being downloaded. However, I don't want to override the whole
download process. I just needed to intercept it, get the necessary
information and let it carry on w
-
- Unhandled Exception in IE7 after the installation of the tool..
by Rishi Sharma
- 14 Replies
- Last post
by AnonOne
- After installing the developer tool in IE7, I start getting the following error: "An Unhandled exception ('Object doesn't support this property or method') occured in iexplorer.exe [3496]." When I uninstall the same, I stop getting the exception. Please suggest.
-
- I want to disable the Browser Back Button and provide another link which will perform the same function.
by whitesnk
- 2 Replies
- Last post
by IECUSTOMIZER
- Hi, I want to disable the browser back button and provide another link to perform the same function. Is there any way of doing it other that history.forward(1) as both (the link and browser back button) are not working simultaneously when i use that.
-
- im having a problem with my internet explorer
by aalphaa
- 1 Replies
- Last post
by emcg
- all of a sudden all the links i try to press in my internet explorer prompts a message to come up saying "the requested lookup key was not found in any active activation context". now i can not open any links or type in any web addresses to go to. i tried de-installing it and re-installing it, and that still isnt working. what is wrong and what can i do to resolve the problem
-
- Div Scroll behaviour dynamic for screen resolutions
by mac73
- 0 Replies
- Last post
by mac73
- Hi,
I have a menu control in master file and content page is very long with lots of controls in it. Business wants to lock the menu so users can access menu anytime while scrolling. Since i dont want to use frames, i have code to set body's scroll = no at run time and the panel scroll height to say 500px. It works but since the height is hardcoded it looks ugly for different browser resolution.