-
- Can't open Internet Explorer Developer Toolbar
by lantian802
- 3 Replies
- Last post
by KylieTastic
- I have installed Internet Explorer Developer Toolbar and I find the icon in the IE7.0's toolbar ,but when i click the icon,the Internet Explorer Developer Toolbar didn't open.I have installed Httpwatch,Fiddler and Nikhil's Web Development Helper, is it confict with them
-
- Error Registering signed ActiveX control - please help!
by Nina99
- 0 Replies
- Last post
by Nina99
- Hi,
I'm getting some failure of my .ocx to register on certain machines. Here is the scenario:
The unsigned version of the ocx registers fine on test machine.
The signed version of the control gives an error: "LoadLibrary - specificed module could not be found"
I'm not sure why there would be a difference in dependencies between the signed and unsigned versions T
-
- Adding local images to a remote page?
by Pete Warden
- 3 Replies
- Last post
by legege
- PeteSearch on Firefox adds a couple of icons next to every search result, to show a split-screen or text preview of the page. To add these icons to the page, I just use the chrome:// protocol to reference the icon pngs that are part of my extension on-disk inside an <img> tag. I tried doing something similar with my BHO, referencing the installed location of my BHO using the file:// protocol
-
- BHO HTML tag attributes
by Bernardo
- 5 Replies
- Last post
by unique_username
- Hi all,
I have currently written and BHO (C#) and I need add custom attributes to <HTML> tag. My code looks like:
IHTMLElementCollection htmls = document.getElementsByTagName ( "HTML" );
foreach ( HTMLHtmlElement html in htmls )
{
html.setAttribute ( "xmlns;custom" , "urn;schemas-microsoft-com" , 0 );
html.setAttribute
-
- IE7 Icon
by vkrakenv
- 1 Replies
- Last post
by vkrakenv
- I installed IE7 and after 2 days of installment, the IE7 icon on the desktop became a generic icon as well as some of my other programs under the program tab.
Why is this happening Those anyone know I have tried everything, spend hours trying to fix it.
Anyone
-
- IE 7 SCRIPT ERROR
by therese1216
- 5 Replies
- Last post
by alexn817
- I am using XP and IE 7. When I log onto 2 of my user accounts I get IE script errors.
When I attempt to click on either yes or no when I am given the option to stop running scripts on the page nothing happens. When I attempt to access the web I get blank pages. Can someone help This is making me nuts!!
-
- Correct Answer to a HTTP-Post Request
by Spankmaster79
- 6 Replies
- Last post
by Ixpah
- Hi, my problem is the response to a HTTP-Post request from IE.
I wrote a webserver that opens a new socket connection on each request
it handles. To be exact I am listening on port 80 and when a connection
comes in, open a new socket, handle the request and then close the
connection again. This works great using HTTP-Get. But -Post
requests do have a problem. I handle the request, then sen
-
- [IEDevTB] New version of Dev toolbar doesn't work.
by Russell Weed
- 8 Replies
- Last post
by figo2476
- I downloaded the new version of the IE Developer Toolbar today after seeing it on IEBlog, however it doesn't work. Using IE6, not 7, but I was under the impression it worked with both The old one did for sure. For any page I go to, the DOM node tree is empty. Every menu option or sub menu option is grayed out and the 4 buttons on the left do nothing when clicked. No error messages of any kind, jus
-
- IE7 Start up problem
by MattBlythe
- 14 Replies
- Last post
by Al
- Hi,
I am having problems starting IE7. When I start IE7 it hangs for ages, maybe a few minutes before starting then everything runs OK. I don't think IE7 is the problem because when I start my network connection (tiscali broadband) explorer hangs too and nothing will run until it clears itself, several minutes later.
When I boot Windows (XPSP2) iexplorer.exe runs at boot and tries to connect
-
- IE 7 beeping
by Andrewwwww
- 9 Replies
- Last post
by TommyRadd
- Hi, Everytime I load certain pages ( For example Myspace.com or Youtube.com ) I get some very anoying beeps, This happens everytime my page is refreshed, I have asked my friends and non of them have this problem. I have checked such things as my pop-up blocker etc but nothing has worked so far, Please can anyone help fix/solve this problem.
Many Regards,
Andrew
-
- frame access in an extension sidebar
by gwalarn
- 9 Replies
- Last post
by gwalarn
- Hi ! I've an extension sidebar which load an HTML page. In this page I've javascript code which creates a rich text editor in the sidebar (using frame). An access denied error occured when the javascript code try to open the frame or when it try to set the designMode parameters. Any suggestion Thanks ! This is my javascript code loaded in the sidebar : // create the RTE var rte="rte_id"
-
- Unwanted margins while printing a full 8.5x11in page. Why?
by Looking_For_An_Answer
- 9 Replies
- Last post
by dorofejev
- I got this CSS
<style type="text/css"} #image { position: absolute; top: 0; left: 0; width: 8.5in; height: 11in; margin: 0; border: 0; padding: 0; </style>
And only this HTML in the body <body> <img id="image" src="image.jpg"/> </body> *image.jpg is 8.5x11 inches itself Went to the registry in HKEY
-
- Issue with VBScript 'And' and 'Or' operators
by Helen.K
- 3 Replies
- Last post
by Helen.K
- Hello,
I am porting scripts from JScript to VBScript and have noticed an issue with the VBScript And and Or operators. The thing is that they evaluate all parts of the logical statement, even if the result is determined by the first part only. E.g. in the following code --
If False And SomeCondition Then ' Do something End If
If True Or SomeOtherCondition Then ' Do something else End If
-
- 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
-
- cookies question
by NewWorld
- 5 Replies
- Last post
by Jay 1
- hi guys,
for example, when an user access and log on our website site1.br.com , user will fill out a form and it would store the user information (such as user email address) to cookies in local machine. If the same user tries to access site1.br.com again then it will use cookies to remember the website setting.
Now let's say that we want to bring a mirror web site site2.br.com (identit
-
- Debugging IE7
by nachas
- 1 Replies
- Last post
by IECUSTOMIZER
- I'm having an issue where IE7 does not accept a certificate. Does anybody know how to troubleshoot the issue
-
- IE7 HP Director Problem
by KaiserSozeTR
- 14 Replies
- Last post
by wfm100
- I can't use HP Directors or Solution Center after install IE7.
I installed fresh HP software and updates. But problem persist. When reinstall IE6 back, problem solved. who knows anyway or have ideas Please help me.
Thank you,
-
- Open local html file with protected mode on
by Jake.p
- 2 Replies
- Last post
by Jake.p
- I'm working on a IE toolbar right now and ran into this problem when testing it on Vista. By clicking on one of the buttons on the toolbar, I want to open a local html page in the current IE window. This is what I use in the code:
result = pWebBrowser->Navigate2(&varURL, &varEmpty, &varEmpty, &varEmpty, &varEmpty);
where pWebBrowser is a IWebBroser2 pointer
-
- Application sharing is not capturing the tooltip in IE7
by ragav
- 0 Replies
- Last post
by ragav
- We have a class room based web applications in which we can share our applications to all participants. In that sharing the tooltip in the webpages are not captured when we use IE7. But all the browser settings needs to be fine. In IE6 and IE7 with VISTA its working very well. In other OS it doesn't capture the tooltips.
-
- Script error invalid character using the WebBrowser control
by John Veson
- 14 Replies
- Last post
by arts284
- One of our applications was broken after installing IE7. We narrowed the problem down to the below:
WebBrowser browser = new WebBrowser(); browser.DocumentText = "<script src=\"file://c:\test\foo.js\"></script><p>test</p>";
This code works fine under IE6, but when running on IE7 you get the error: Line: 2 Char:1 Error: Invalid Character Code: 0 URL
-
- Background color problem internet website?
by 77Ria
- 5 Replies
- Last post
by Shawden
- Whenever I pull up my private website or one of a friend or any from internet, the entire background is white when I know it should be a different color. I have debugged and used all my virus programs and cannot get this corrected. I have DellE521 with a Nvidia card ..could the nvidia card be the problem or does anyone know how I can correct this. Any help would be greatly appreciated..thank you..
-
- wizard control buttons refuse to render in IE7
by gb__
- 1 Replies
- Last post
by Preetham Mukhatira
- Hi, I am using new asp.net 2.0 wizard control. When i run the app in IE7 I cannot see wizard navigation buttons. Any suggestions on how to fix this
Thanks!
here is HTML:
<% @ Page Language ="C#" AutoEventWireup ="false" CodeFile ="Terminate.aspx.cs" Inherits ="_Default" %>
<% @ Register TagPrefix ="uc"
-
- Opening WMV link from IE with custom program
by CMiner
- 1 Replies
- Last post
by Sheng Jiang (?κΙ)
- Here's what I'm trying to do: I want the program I'm developing to be the default program for WMV files, whether launched from the hard drive or streamed from a site. When activated, my program takes the command line arguments, and uses that parameter to activate its video player. I changed the default action for the WMV file type, for both Open and Play, to: "C:\myprogram.exe" "%1&
-
- IE 7 Problem for HP Director
by Shrubs
- 0 Replies
- Last post
by Shrubs
- I have Scanjet3670, is col10681 install package workable for it
-
- IE7 Title bar shows up in Chinese instead of my language
by collapse
- 13 Replies
- Last post
by MeaTWaD
- Hello,
Downloaded and installed: IE7-WindowsXP-x86-enu.exe OS: Windows XP Home (legal version) I had IE6 with SP2. I downloaded at first the IE7 RC1 but then I downloaded the file I mentionned above.
With both RC1 and IE7-WindowsXP-x86-enu version I got the weird Chinese titles in my Blue Titlebar. The tab-titles tho are correct. I've uploaded a screenshot to be downloaded here . This screen