-
- IEMobile 6.12 in Windows Mobile 6 - Javascript error
by ACHIM
- 3 Replies
- Last post
by ACHIM
- Hello from Germany,
I've made a few touristic sites for PPCs since Pocket PC 2000, with some javascript inside.
Following Javascript is working with Internet Explorer in PPC 2000, PPC 2002, 2003, 2003 SE and WM 5 (and in Windows XP IE too).
BUT NOT IN WM 6 (HTC Touch) - The MobileIE 6.12 don't shows the GIF!!:
---------------------------------------
<HTML> <HEAD>
-
- Recordset Problem
by dmouser
- 0 Replies
- Last post
by dmouser
- In my code , i am adding record in to Access Table . Using the same connection I am querying the table (new added data), I get wrong results... like if i add 2 records ,i get only 1 added record . if I refresh the page again i get 2 records or if i add some delay in page processing I get 2 records added....do I need to close connection to the database after updating/inserting and then again reopen
-
- Tested IE7 Icon Control again and again: And still crappolla
by Pabear
- 1 Replies
- Last post
by Pabear
- December 9th reinstalled IE7
Tried the "read Only" FIX....which worked for but a few.....and MANY WERE LOCKED BY IE7.....yet when tabbed to change icon then showed in the change box the cartoon icon of my choice..but would not apply..applied and then IE7 would control them back to IE 7's choice. Icon or favicon makes no difference...sjortcut or lead makes no difference...ICON CONTROL IS
-
- .ppt not viewable in IE
by cindyann
- 0 Replies
- Last post
by cindyann
- Hi
I created a .ppt file and then created a link to it on my website. When I tried clicking the link to the file it opens, but I am only able to view the first slide. The scroll bars are showing but they don't work. I am not able to advance using the keyboard keys.
Can anyone tell me what is the reason for this problem and how it may be solved
Thanks in advance
capa
-
- IE7 -- No more "history" button?
by Ron711
- 2 Replies
- Last post
by K.Kong
- There's no history buttton on the tool bars on IE7, like there was on IE5.
Is there an option to add one someplace Having to go find the history by using Windows Explorer is pretty lame.
-
- Why does: "Waiting for res://ieframe.dll/dnserror.htm..." appear in the Status Bar?
by tiberious
- 10 Replies
- Last post
by SharonAZ
- I am looking for some explanation regarding res://ieframe.dll/dnserror.htm appearing in the status bar of Internet Explorer 7 briefly after hitting the go button. I have a website that some users complain about extremely poor performance, and I'm not seeing it from my end, however, I do suspect that there may be some DNS issues with the domain name based on the behaviour they describe. The only di
-
- 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
-
- [IEDevTB] Validate pages on computer without external IP
by Martin Darilek
- 1 Replies
- Last post
by Jonathan Hoersch [MSFT]
- Is it possible implement page validation on W3C site by sending page content as file or passing it through direct input For example Opera 9.x has this feature.
I can not use current validation method, because my computer does not have external IP.
-
- Identifying Drag drop objects in IE Browser through Javascript
by Madhavan281981
- 3 Replies
- Last post
by unique_username
- Hi, I want to use the drag and drop concept in my web browser (IE 6.0).This is my scenario, I want to drag and drop objects(objects like Word,Excel,Outlookmail from my desktop) to my web browser(where the web browser will have a container element div tag). After the element is dropped in my browser container (div tag), based on the type of object placed in the container, i have to automate it in t
-
- Res://ieframe.dll/dnserror.htm#
by immzie
- 14 Replies
- Last post
by ACEREPIMP
- I am having a problem with the following website:- www.hi5.com . While trying to visit this website I get the following error
Res://ieframe.dll/dnserror.htm#
I am running IE7, I have been able to visit this website since installing IE7, the problem seems to have just occured recently.
Can anyone help
-
- IE7 and desktop icons
by scribework
- 14 Replies
- Last post
by jeffnpat
- I just installed Internet Explorer 7 today, which I guess is a.k.a. Windows Live . All of my fancy customized shortcuts on the desktop disappeared and each got replaced by the same generic windows icon.
Right-clicking & changing the icons in properties no longer works.
Also, when I create an internet shortcut while browsing, that creates a shortcut with that same generic icon (not even
-
- detect information bar?
by blc187
- 1 Replies
- Last post
by EricLaw-MSFT
- Is it possible to detect whether or not the information bar appears in IE
I want users to be able to download a file but get mixed results on different machines, sometimes the file will download but occasionally it will be blocked by the bar.
I want to display additional instructions for the user if it is blocked, anyone know if it is possible to detect this
-
- IE7's Shrink-to-fit is one size fits all?
by DMankad
- 14 Replies
- Last post
by DMankad
- Printing in a web app isn't easy. I have an application that loads a page into an Iframe, and a button outside of the iframe that does the iframe.focus();iframe.print() ; thing to print out the contents of the iframe.
Whats inside of the iframe is meant to be print out on legal sized paper (8.5"x14"), which isn't the same as normal letter paper (8.5"x11"). In previous IE ver
-
- IE7, OE6 Printing problems with headers
by Rozee
- 14 Replies
- Last post
by Tony Gore
- Having an intermittent problem printing To: From: CC: Subject: Attachments: headers on emails. Usually happens with larger emails or emails with large attachments or emails that have been replied to or forwarded from other people. Have installed Generic/text printer and sent the email to this printer but sometimes the headers are still missing even printing this way. I have if I open the offending
-
- IE7 RC1 and vbscript (InternetExplorer.Application)
by Mark Coleman
- 8 Replies
- Last post
by Major
- Hi,
Has anyone had problems with existing vbscripts that output to IE and the IE7 RC1 release I have some vbscripts that use IE to display output and they work perfectly in IE6 but are broken with the RC1 release of IE7. Code like this below doesn't display anything in the browser window:
Set objExplorer = CreateObject("InternetExplorer.Application") objExplorer.Navigate("abou
-
- Auto launching IE with Admin authority
by bfw76
- 2 Replies
- Last post
by unique_username
- To make a long story short, we have an application that automatically launches a browser window using this html code.
<html><head><title>Starting Inventory Services</title></head> <body onLoad="javascript:this.document.InventoryServices.submit()"> <noscript>
</noscript> <form name="InventoryServices" Target="_top&
-
- Creating a Search Provider with C# Programmatically for IE 7.0
by krees
- 5 Replies
- Last post
by krees
- Quick question, I wrote this code:
public bool SetIE7SearchProvider()
{
RegistryKey key = Registry .CurrentUser.OpenSubKey( "Software\\Microsoft\\Internet Explorer\\SearchScopes" , true );
if (key != null )
{
RegistryKey search = key.CreateSubKey( "{someguid}" );
if (search != null )
{
search.SetValue( "DisplayName" , IE_
-
- How to access explorer bar
by Nordsee
- 2 Replies
- Last post
by Nordsee
- Hello everybody!
I have a question regarding programmatic access to explorer bar.
In my project I have IE explorer bar similar to Microsoft Research bar and two toolbar buttons.
First button toggles explorer bar visibility (like Search or History buttons in IE) - this works without problems. Second button should act like a trigger to some function and results should be displayed in my exp
-
- IE7 frames blank (intermittent, not rendered, disappear, empty body, XHTML)
by debater
- 4 Replies
- Last post
by debater
- I am seeing a problem in IE7 and Firefox that is hard to reproduce. I have not been able to understand what is going on, and I am interested if anyone else has experienced the same kind of problem, or has any suggestions for a solution or how I should proceed with further diagnosis. If this post seems like an essay, I apologise.
I am a developer working on a commercial web application being dev
-
- IE won't follow links
by jimmygyuma
- 2 Replies
- Last post
by jimmygyuma
- I'm having a problem with IE7 not following links that Firefox has no problems with. These pages are on my local machine (I can't put them on my website until I get this problem fixed.)
It is a logbook from the 18th century. I have a home page for the logbook which will have links to all the pages by date. In addition, each page has 'previous' and 'next' buttons. All the previous and next links
-
- SP2 and load times
by moz79
- 0 Replies
- Last post
by moz79
- Hi all, not sure if anyone can help me here but running out of options!
Basically I work for a company who have a community site where a number of members are complaining that it is taking an extremely long time for the pages to load. We've never been able to duplicate the problem until today.
I rebuilt an old Dell Inspiron 1200 with XP Pro (original, no sp's) and wondered what would
-
- Upgrade IIS5 to IIS6?
by neo577382
- 0 Replies
- Last post
by neo577382
- Hi, i dont know where to post this, so i just post it here. Hopefully someone can help. If this is not the right place, moderator can please help me to move it
I'm using window xp pro now. i've updated to sp2. i'm using IIS5.1. but i want to upgrade it to IIS6. How can i do that upgrading to sp2 wont upgrade the IIS Is Windows Xp Pro support IIS6 I want to use IIS6 in order to integrate wit
-
- 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
-
- Toolbars and Windows Messages
by phertel
- 0 Replies
- Last post
by phertel
- Hi, I am making an Internet Explorer Toolbar which will allow me to control certain functions of IE on my home theater computer using a remote control. My remote control hardware receives radio signals from the remote, it's driver software (which I am customizing) then uses pWnd->SendMessage(WM_REMOTE, 0, "Command") to send a message to a program which it is going to control, where p
-
- IE7 and desktop icons
by scribework
- 14 Replies
- Last post
by jeffnpat
- I just installed Internet Explorer 7 today, which I guess is a.k.a. Windows Live . All of my fancy customized shortcuts on the desktop disappeared and each got replaced by the same generic windows icon.
Right-clicking & changing the icons in properties no longer works.
Also, when I create an internet shortcut while browsing, that creates a shortcut with that same generic icon (not even