-
- Browser for Windows Mobile::Need more infomation.?
by Ms. Elsa
- 0 Replies
- Last post
by Ms. Elsa
- Hye all! I would like to dig more infomation base on Windows Mobile
platform. My situation here i have to design & develop a mobile web
site perfectly for Windows Mobile platform. So i need more infomation
such as what version of Flash player using on that Windows Mobile
browser. What other plugin/scripting did that mobile browser (IE )
supported such as Javascript or else. How about imag
-
- How to get image or picture data?
by Archis
- 8 Replies
- Last post
by Adrian Dorache
- I wanted to know if there's any way to retrieve the actual "image" as such in a BHO.
I want to add functionality such as "Save to folder" or "send by email" for images through my BHO.
However, after quite a bit of searching, I don't seem to get the actual image "data" as such. I either need the image's file saved in IE's cache or some sort of binary bl
-
- registry entries for IE 64-bit toolbar
by treesy
- 8 Replies
- Last post
by kirants
- Hi, My toolbar is a 32-bit dll for IE7.It works well on IE 32-bit. Now I'm promoting it to a 64-bit dll. I want it work as well on IE 64-bit. On IE 32-bit, the registry entries are follows: 1.HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Toolbar {My toolbar's CLSID GUID} 2.HKEY_CLASSES_ROOT But On IE 64-bit, these don't work. My toolbar doesn't appear. Anyone call tell me the right regis
-
- Protecting/Backing Up Internet Explorer History File
by Broq
- 5 Replies
- Last post
by furguss1961
- In an age where it seems like everyone is wanting to ERASE their internet history files, I am seeking to back them up to another file name, or preserve them in some way against arbitrary erasure. My children are inquisitive and sometimes visit inappropriate web sites. They are aged 12 and 15, and both have been computer literate since about age 3 or so, and especially since they learned to read at
-
- IE 7 display blank page on refresh when viewing session enabled PHP pages served from IIS 6!!
by estrip
- 14 Replies
- Last post
by Lance Kujala
- Pages using PHP sessions and external javascript in the head portion of the html document and which served from IIS 6 to IE 7 are not refreshing properly (displays blank on refresh). I have a full description of it here including the minimal source to create the error. Description, source and work arounds that may shed light on the problem: http://durge.roswellpark.org/ie7Bugs/ I think it has to
-
- IE7 Search Box
by IECUSTOMIZER
- 0 Replies
- Last post
by IECUSTOMIZER
- Does anybody know the maximum number of Search providers that can be added to the Search Box of IE7
Regards.
-
- problem with IE7 - links suppose to open in the same page but it opens a new page in my website
by widd
- 5 Replies
- Last post
by widd
- Hi i'm designing this website using dreamweaver 8, i used frameset method to devide the page into 3 frames top frame which contains the flash navigation menu, left frame which contains ads , right/content frame which contains the content of the website. when the user click any of the links on the menu it should be opened in the content frame , it worked fine in IE6 , but when i upgraded to IE7 thi
-
- Calling ActiveX function from Javascript
by anhtai
- 3 Replies
- Last post
by SreekanthS
- Hi,
From what I've heard, you're supposed to be able to call an embedded activex function or set one of its properties from the javascript in an html/asp page as long as the function or property is declared as public in the code.
I have an activex control embedded in an html page with the object tag:
<object ID="gis" classid="clsid:C9905EA4-468A-46c0-BCF4-49A547B3A2E6&qu
-
- activex cab file
by starman4x
- 3 Replies
- Last post
by IECUSTOMIZER
- Hi,
I have an activex control that also contains a .dll to convert file formats. VB6 packages it into a cab that work fine until the program uses the dll. Gets a file not found error when accessing the dll. Works fine if I move the dll to the system32 folder. But this is internet based app. Looked at destindir it is set to 11 (system32) also set it to blank but no joy.
Any ideas
-
- IE7: iexplore.exe Application Error
by carnageX
- 4 Replies
- Last post
by Deviancy
- Well, after I updated my QuickTime, I've been getting this error when I close out a window that had a PNG image in it (because QuickTime loads PNG's): iexplore.exe - Application error The instruction at "0x09809bc7" referenced memory at "0x00000038". The memory could not be "read". Click OK to terminate the program. Everything works fine after I click ok, and nothing
-
- Javascript validation not working in IE 7 but works in IE 6
by msdn_buddy
- 1 Replies
- Last post
by IECUSTOMIZER
- JavaScript validation is not working in IE 7 but works just fine in IE 6.
Function to validate a text box to check that the input is numbers only else, raise an alert message and return false.
This function is called on the OnBlur event of the textbox on the page.
In IE 7 and FF 2.x, the error message is raised when an non numeric input is entered in the text box but after clicking on
-
- Bookmark ignored calling iexplore.exe 7
by ClaudioD
- 14 Replies
- Last post
by GCot
- In my programs (using Windows XP) I open web pages calling iexplore.exe followed by url as parameter, e.g.:
"C:\Program Files\Internet Explorer\iexplore.exe" C:\help.htm#paragr11
This commad works well with Internet Explore 6 and precedent. With Internet Explore 7 the bookmark "#paragr11" is ignored and html page is opened at beginning. Any suggestion Thanks.
-
- How to update frames?
by OneMansQuestToLearnDotNet
- 5 Replies
- Last post
by OneMansQuestToLearnDotNet
- I'm writing a web app and I would like to use a bottom frame for user errors. Example "You have entered an incorect number". I have a top, left, right,and a bottom frame defined in a web page called defaults.htm.
Defined Below: How would I update bottom.aspx and keep it in that frame.
</ head >
< frameset cols ="140,*" frameborder ="NO" bo
-
- IE7 and changing an image in a different frame
by pasayten
- 6 Replies
- Last post
by pasayten
- We have a series of GIS mapping applications that run using ESRI's ArcIMS software with a javascript based html viewer.
We use a series of frames on a single page to display the base map, legend, table of contents, and an overview map. The applications have been running for about 4 years without any major browser issues.
However, the document object coding that we use to update and switch t
-
- What is difference between the returned value "S_FALSE and "S_OK" in BHO?
by Si-Chang Hyun
- 2 Replies
- Last post
by Si-Chang Hyun
- Hi all,
I saw the sample code which navigate to when the event "DISPID_BEFORENAVIGATE2" is received in the method "Invoke()".
In this code, I also saw return code.
Sometimes its return value is "S_FALSE", and sometimes "S_OK".
What is difference between this two values
After executing the method "spBrowser->Navigate()&q
-
- Comments and questions about the Internet Explorer Developer Toolbar [IEDevTB]
by JohnHrv &#91;MSFT&
- 28 Replies
- Last post
by JohnHrv &#91;MSFT&
- Hi everyone, If you have feedback or questions about the IE Developer Toolbar , you've found the right place! When posting about the Developer Toolbar rather than general web development, please use [IEDevTB] in the subject . WeˇŻll look through all of the posts for comments and questions about the Developer Toolbar, but the subject tag will help us find and track your feedback so we can better res
-
- document.location.search is null in ie7 rc1 for local url
by goldstei
- 4 Replies
- Last post
by Skipper Hsu
- I launch my app from a local file and pass it the location of a remote server in the query string. For example, given the following shortcut:
"C:\Program Files\Internet Explorer\iexplore.exe" file:///c:/abc/abc.html REMOTE_SERVER=https://ie7.microsoft.com/server/
I have javascript on that page which parses document.location.search to obtain REMOTE_SERVER . In ie6, this wor
-
- [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
-
- IE 7 hangs "waiting for http://...."
by griffingusa
- 2 Replies
- Last post
by dlseitz
- This is a puzzle. IE7 hangs when attempting to open any page. The "connecting" spinner just goes and goes; even when I provide a fully resolved IP address for the target WEB address. At the same time Netscape and Firefox are happy and are working as expected. The problem may or may not be related to the installation of Visual C# 2005 express edition. It's Web Browser Control seems to hav
-
- iexplore.exe command-line parameters
by Sunil Gupta
- 2 Replies
- Last post
by Sunil Gupta
- Hi guys.
Where are the eligible command-line parameters for iexplore.exe stated I specifically want to know how to start one IE7 window having two tabs displaying two different web pages.
Thanks.
-
- CSS Frames not working right in IE6 and 7
by Mim
- 0 Replies
- Last post
by Mim
- In IE6, the page won't scroll. In IE7, the footer is off to the right.
Here are the relevant pages:
http://vacationsitka.com/frames-tmplte.shtml http://vacationsitka.com/Scripts/new-frames-global.css http://vacationsitka.com/Scripts/ie.css
All the other pages reflect the existing website, which is not built for frames. The client wanted frames so I'm trying to convert the
-
- fireEvent("onclick") vs click method
by Adrian Dorache
- 6 Replies
- Last post
by rocoder
- Hello! I'm trying to automate IE so I need to simulate clicks on HTML elements. An easy way to do this is to call IHTMLElement::click() method. This cause the onclick event to be fired and the "default action" on the element is performed. By "default action" I mean navigation for <a> and area, form submit for <input type=submit> etc. click() method works good enough
-
- 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
-
- IE7 - File Not Found ieframe.dll\1
by Ryan Slimmon
- 14 Replies
- Last post
by EskyRJB
- Hello,
After upgrading to IE7, all of my programs with the "Microsoft Internet Controls" (i.e. Webbrowser) are breaking when I load them in code (compiled still works though). I get the following error:
"File Not found 'C:\Windows\system32\ieframe.dll\1'
However, if i look in my references, all I can find that is there is the reference to shdocvw.dll, no ieframe dll. If I o
-
- Problem in DocumentCompleteEvent of Redirect Pages
by RatneshK
- 2 Replies
- Last post
by RatneshK
- I have a BHO which have BeforeNavigate2 & DocumentComplete events. When i navigate to "http://www.google.co.in", first i get BeforeNavigate2 event & then DocumentComplete event, when Google-Home Pages is loaded completely in Browser. While in the case of browsing redirect pages, for example - "http://indiatimes.com" i get the BeforeNavigate2 event but not "Document