-
- Make Encryption on Address Bar's Text
by Deebak
- 3 Replies
- Last post
by zmike
- hai all, At the time of browsing,i think the address bar's text and the system IP Address will be stored on the server.
Is it possible to encrypt the address bars text to something(to number
or to symbols or to something that is not in understandable
format....).so that, the browsing contents(Web sites)are changed to
something(ie, not in understandable format).and that will be
stored on t
-
- Sample code to add new button to IE 7 tool bar
by Ramakrishna Neela
- 14 Replies
- Last post
by IECUSTOMIZER
- Could anyone help me in adding a new dropdown button to IE7 toolbar I'm new to this area. Any help would be appreciated .
-
- 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
-
- 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
-
- IE 7 : Display and Opacity
by flyingpenguin
- 0 Replies
- Last post
by flyingpenguin
- Ok, so I am trying to do a little animation (using ASP.NET Ajax AnimationExtender). Basically when a user clicks on a menu item I am fading out panels and fading in the one they clicked on. Now, ironically, this works just fine on Firefox, but IE 7 is having an issue with it. Here is how my animation works. 1. User clicks 2. Javascript runs which sets the new panel's opacity to 0 (to prepare for t
-
- Disable File Download prompt "Do you want to open or save this file?"
by KTipp
- 1 Replies
- Last post
by Zero WangXin
- I'm using asp.net and everytime I try to open a pdf or a .fdf file I get a windows prompt asking "Do you want to open or save this file " instead if it just opening in the browser window.
Any help on how to turn this off is appreciated.
Thanks
-
- Outlook 2003 Email Headers not Printing after IE7 upgrade
by Wahl04
- 14 Replies
- Last post
by Brian Ask
- Does anyone know if there is a fix for this yet It seems to be major issue without any reliable work around other than hitting forward button then printing the email.
Help!
Wahl04
-
- HTM <Body onload>tag in a frame
by Pete_Atkinson
- 1 Replies
- Last post
by Dmitry Vasilyev
- I have an HTM page that works fine on its own but when I call it in a frame it doesnt work. The HTM page has some javascript in it but I suspect the issue is with the <Body onload> tag. Does the onload property work within a frame. This code works in Firefox but not in Internet Explorer.
Can anyone help please
Pete
-
- XP Pro/IE7 Updates break script encoder output!
by Harvey_Birdman
- 14 Replies
- Last post
by ken_at_work
- I have a web site which contains pages with encoded client-side javscript code, and other pages which contain encoded server-side vbscript code. (The encoding was performed with screnc.exe, the script encoding utility.)
Since updating my desktop machine this month with the latest XP Pro updates and IE7, server-side VBScript encoded scripts won't run. (The server environment is 2K3Server Standar
-
- function.apply and window.opener
by Francisco Tolmasky
- 0 Replies
- Last post
by Francisco Tolmasky
- It appears that one is not able to call apply on a function that is owned by a different window. I think a reduction is best to illustrate this: ie.html: <body> <script> function a() { alert("correct."); } a.apply(window, []); </script> <span onClick = "window.open('ie2.html')">click!</a> </body> and ie2.html: <body> <script> wind
-
- Microsoft FrontPage 2002 (IFPMarkUpServices)
by bszenith
- 7 Replies
- Last post
by bszenith
- How do i use this interface (IFPMarkUpServices) in the context of VC++ in MFC Dialog based application for Microsoft FrontPage 2002 Eg. How do u remove an active element from a page window
PS: Is there also any documentation for this interface
-
- jscript & InternetExplorer DocumentComplete
by KGdev
- 10 Replies
- Last post
by KGdev
- I all
I'am looking for a Jscript sample code that could help me to say when an HTML page is fully loaded.
Actually my script use the DocumentComplete event to do that, but after the DocumentComplete event from the top frame, i see other "DocumentComplete" coming from other frames.
My script has to measure Web page availability and response time (from the user point of view)
I
-
- Menu rendering problem in IE 6.0
by dotnetabhi
- 0 Replies
- Last post
by dotnetabhi
- 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
-
- Comments and questions about the Internet Explorer Developer Toolbar
by JohnHrv &#91;MSFT&
- 14 Replies
- Last post
by mltsy
- 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
-
- Insert New Button to my IE Toolbar
by muqawem
- 1 Replies
- Last post
by muqawem
- Hello, I have devloped a toolbar for IE based on this article http://www.codeproject.com/wtl/toolband.asp my toolbar contains 6 buttons which have only icons ( no captions ) and an edit control. This is a sanpshot of CreateSimpleToolBarCtrl function which is the main function of the toolbar.
m_nResourceID = nResourceID; m_bInitialSeparator = bInitialSeparator; HINSTANCE hInst = _Module.
-
- Why "((IHTMLElementCollection)xForm.children).item(itemIndex, 0)" cannot be implicitly casted to IHTMLElement
by Ricky Wang
- 0 Replies
- Last post
by Ricky Wang
- 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 = (IHT
-
- Creating a website blocker IE7
by James883
- 4 Replies
- Last post
by John Sudds - MSFT
- Does anyone know how to create a website blocker so it redirects to a html page on my local hard drive.
-
- Problem loading urls with ie7
by dopp
- 1 Replies
- Last post
by dpbement
- I have a rather big problem with Internet Explorer 7. I can't load any url's which i type into my adress bar. Pressing enter, alt+enter, pushing the green arrow button, ... Nothing works. When i use f4 (and arrow up/down etc) to scroll through the adresses/urls listed in the adress list, i can't load the pages neither. Using my mouse however to select an url does load the page. When i open a fresh
-
- 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
-
- IE7 HP Director Problem
by bernb
- 7 Replies
- Last post
by bernb
- I also tried the HP software workaround for my sj4570c. It did not work for me. I tried everything I could, I had both versions of HP software(v1.2 & 7.0 ) installed, tried all the patches, got the "HP Solutions" to open the HP Director, then I still got error messages prompting me to re-install the software. The basic scanner functions worked ok. I could not get the scanner to work
-
- ActiveX Control deployment on Vista using MSI and CAB setup hooks
by Tim Tyhurst
- 7 Replies
- Last post
by Daniel Sie
- Hello,
I have a problem deploying my ActiveX control on Vista, which seems to be related to the packaging scheme that I'm currently using. The mechanism in use works on Windows 2000 and XP (with and without IE7), but fails on Vista.
Here's the packaging scheme that I'm using:
I have an ActiveX control, "mycontrol.dll", that has several dependencies on other components (packaged
-
- 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,
-
- we have problem to set default home page as user defined protocol URL in IE7
by somachalandhar
- 8 Replies
- Last post
by lypolintan
- In my code:
1. When the user typed into the Address bar as dha://studyeg/protocol/Data/home/home.htm or set default home page as (dha://studyeg/protocol/Data/home/home.htm ) .
2. The IE calls the dhaProtocol t art method in the file dhaProtocol.cpp.
3. The PwsProtocol tart method checks the given URL.
4. If dha: / is there, it will search all the system drives p
-
- Changes in WinInet in IE 7 ?
by RyomaEchizen
- 2 Replies
- Last post
by Reza Nourai - MSFT
- I noticed that calls to HttpOpenRequest that worked flawlessly in IE6 are now giving a nice ERROR_INTERNET_UNRECOGNIZED_SCHEME error in IE7 Here is an excerpt of the code I use: DWORD dwFlags=INTERNET_FLAG_TRANSFER_ASCII | INTERNET_FLAG_RELOAD | INTERNET_FLAG_NO_CACHE_WRITE; hOpen = InternetOpen (_T("Toolbar"), INTERNET_OPEN_TYPE_PRECONFIG , NULL, 0,dwFlags); HINTERNET hSession=::Interne
-
- DOM & checkbox(checked status)
by coma
- 2 Replies
- Last post
by unique_username
- Threre are some differences between IE6 and IE7.
Is it any kind of bugs
/*--- Append element ---*/
// [Result] IE6:not supported, IE7:not supported function d0(){ var ip=document.createElement("input"); document.body.appendChild(ip); ip.setAttribute("type","checkbox"); ip.setAttribute("checked",true); ip=null; }
// [Result] IE6:checked= true , I