Quantcast
Channel: Internet Explorer Web Development forum
Viewing all 3527 articles
Browse latest View live

Signing in / working offline in Windows 10 / IE11

$
0
0

Hi,

I recently updated my computer to run with Windows 10. Since doing this I have come across the following problem:

The sign-in screen requires an internet connection in order to sign in to access the desktop and all apps.

This is annoying, particularly when my wife needs to use the computer at church for projection of powerpoint slides, where there is no internet connection at all.

Please, can anyone tell me how to set up my Microsoft Account in Windows 10 so that it is possible to sign in and work offline, without an internet connection? Surely if you just want to access MS Office programs for example, there must be a way of doing this?

Thank you

Richard Thomas


html href target=attribute changed in IE11

$
0
0
I can no longer in IE11 use the path name for a link to an http URL and display the output to an iframe by name. Examples: This IE11  on Win7 and intranet;

Does not work:

<td><a href="http://<server>.<domain-ame.com:9100>/action=getstatus&format=xml" target="status" ><button class="bc1"><span style="color:blue"><B><font size="3">cvnva8gs</font></B></button></a></td>

This does work:

<td><a href="http://<IP Address of sevr>:9100/action=getstatus&format=xml" target="status"><button class="bc1"><span style="color:blue"><B><font size="3">cvnva8gs-ip</font></B></button></a></td>

Is target=framename being depreciated?

When an mht file is opened in IE11 , mode is getting changed IE7(default)

$
0
0

Any .mht file opened using IE11, the mode is getting changed to default IE 7(this has been observed using F12-> Developer Tools).

This problem exists with only IE11, I have tried in IE9  and  .mht files are working fine.

1. Is this a known issue?

2. why the mode set to IE7(default), when IE11 is used?

Would you please provide any workaround to make sure that its always set IE mode to latest(edge).

Regards,

Syam Devendla

Where can I find the installer for IE 10?

$
0
0

   I'm in the process of setting up various Windows environments for our QA group. Particularly I'm currently looking for an install file for IE 10. I have a Windows 7 VM with IE 9 pre installed. I want to upgrade it straight to IE 10.

   The only upgrades I can find skip straight to IE 11. Is there an archive somewhere that Microsoft holds those for development testing? 

   Thanks for the insight.


&amp;quot;There is only do, or do not. There is no try.&amp;quot; - Yoda

MSHTML in edit mode does not update the DOM

$
0
0

We host MSHTML in out application and use MSHTML in edit mode as a text editor. I came across a situation where after editing, the DOM returned by MSHTML looks spooky. Let me give an example. We start with (simplified HTML)

<BODY><P>Hello World</P></BODY>

The user then clicks at the end of the text, presses ENTER twice and writes some text. The HTML in the control now is:

<BODY><P>Hello World</P><P><BR></P><P>Hello Microsoft</P></BODY>

This is all right, except if I try to access the contents of the second P node. I will get a paragraph node as expected, but when I try to examine the children, it thinks thereare no children. Casting this to IHTMLDOMNode and trying this way yields no result either – MSHTML insists that the P element has no children. However, asking it for outerHTML, it returns “<P><BR></P>” – which is spooky, at there clearly is a BR tag inside the P tag, so I would expect to find aBR child element. Saving to disk and reloading the HTML will change the picture andP will have a child as expected. Only when live editing will this awkwardness occur.

Can you tell me wht the BR element is question is missing from the DOM node tree and what I can do to force MSHTML to update its DOM tree and make the BR element accessible from code.

Blink/change color of IE tab

$
0
0

Hi,

I would like to make my IE tab blink/change color when i receive any message in my application and im on some other tab.

I know we can make the tab blink by changing the title but im not able to find a way to make the tab color change.

I have already looked at FLASH_WINDOW API but not sure how i can use this from javascript.

Thanks

The Specified Path is Unavailable - IIS and Internet Services Manager for server 2012

$
0
0

I am running Windows Server 2012 R2 64-Bit. I have already enabled the IIS Manager and already enabled the IIS6 management compatability. I need to install the IE Webcontrols since we need this for our web application ran using the .NET 2.0 framework. IIS is active and running on my system. However, when i tried to install the IE Webcontrol, I encountered this error:

The specified path http://ServerName/Path is unavailable. The Internet Information Server might not be running or the path exists and is redirected to another machine. Please check the status of this virtual directory in the Internet Services Manager.

Thanks in advance.

Develop outlook emails

$
0
0

I use MAC computer with Mail box from apple, I added my hotmail email to that box, but always I need to go on the outlook webpage to clean my inbox, please create a feature that wont need rework after cleaning my inbox on mail need to go back on outlook and clean all that again, can you syncronize this??  If not please let me know because I'll stop using the hotmail its so much work and takes a lot of my time.

Thank you,

Emilia


Plug-in html validator

$
0
0
Now I can run http://validator.w3.org/nu online tool to check html validation. We are building the project under IBM RAD. Do you have any plug-in validator which can integrate into RAD? 

IE 11 after an error all jquery ajax call ends with "Access is Denied"

$
0
0

Hi all,

I need some help with CORS in IE 11, and it looks after the very first ajax error response from the server, all subsequent calls will be ended with "Access is denied".  The only way is to close the browser and starts a new session.  We have tested for FF and other browser, there are no such problems.

This is really very annoying, you have to close the browser and open a new session, say just for a duplicated key entry error or something similar.  Are there any ways to clear out the error cache after the error response in IE11?  What is the bst way to handle this?

Thanks,

Ning

IE11 Error: Class doesn't support Automation

$
0
0

Hi,

I have a Windows forms application built on .Net 3.0, which runs in the IE's process space. It works well in all other version of IE except IE 11.

In IE 11 however, I get an error message stating "Class doesn't support Automation".

The error message is received when an instance of a particular class is being created.

The dll in which the class is present is not a Com dll. So, I am guessing doing a regsvr32 of my dll, as suggested in some of the forums, may not be helpful.

Any support would be much appreciated.

Regards,

Pavana Sreesha.

localhost fully accessible from any laptop/PC of my domestic network, how to?

$
0
0

Hi there,

I've got three x86 laptops and one MacBook connected to the same router. My goal is just show to allow load my website (aspx) to all of them. How can I get this?

Thanks for any input and hint provided,

Microsoft Edge CSS3 border-radius Property Issue

$
0
0

Microsoft Edge CSS3 border-radius Property Issue

try to open this link at Microsoft Edge, and in Chrome and Firefox:

http://www.w3schools.com/cssref/tryit.asp?filename=trycss3_border-radius

or try code yourself:

<!DOCTYPE html><html><head><style>
div {
    border: 2px solid #a1a1a1;
    padding: 10px 40px;
    background: #dddddd;
    width: 300px;
    border-radius: 25px;
}</style></head><body><div>The border-radius property allows you to add rounded corners to elements.</div></body></html>

Microsoft Edge 20.10240.16384.0

Firefox 40.0.3

Chrome 45.0.2454.93 m

I cannot attach screenshot, you can see issue here: http://imgur.com/K8OhTIx

How do I start MS Edge via batch file?

$
0
0
How do I start MS Edge via batch file?

404 only IE after login in Chrome and Firefox works just fine

$
0
0

Hi everyone,

I have some curious situation.

I did develop a site and add inside of Iframe in Joomla site.

When I open the web site and click on page to login, using IE (any version), the browser give-me 404-File or Directory not found.

But, When I open the same website on Chrome or Firefox works very fine. 

The pages was created in MVC4 RAZOR, Jquery 1.8.x, HTML5


Windows 10 IE 11 is not looking local host file right away anymore

$
0
0

Hi,

Since I installed windows 10 IE 11 takes a couple of minutes to look into my host file to find my local websites, Chrome, Firefox and Edge find the changes right away. <o:p></o:p>

if there any changes i can make to the register to speed up IE 11 to not cache DNS <o:p></o:p>


IE 11 and jquery Datatables performance issues.

$
0
0

Hi Team,

I am making use of Jquery Datatables js file in my application for pagination, when I try to load 5k+ records in a table, IE is taking huge time and is getting crashed, but when I load the same in chrome I found no issues.

I tried increasing the "Disk size to be used to 512 MB and 1GB" in IE  but still the problem persist.

Please could you help me on how to increase the performance of javascript engine and solving the problem.

Thanks & Regards,

Rajendra 


Rajendra

Change the cursor can not take effect immediately in IE10 unless I move the mouse

$
0
0

I am using below code and it is working for all browse except IE10 can you please help me for proper solution.

When I change the cursor by JS in IE10, it will not be effective unless I move the mouse.  PLEASE HELP...

function AjaxProcessingIndicator() {
            $('html, body').addClass('busy');
        }
function AjaxCompletionIndicator() {
            $('html, body').removeClass('busy');
            document.body.style.cursor = 'default';
        }


Font icons not displaying in IE11

$
0
0

I am trying to use glyphicons as a font within my site and they do not display after a "cache-clearing refresh" (ctrl+F5), or hitting the 'Back' button. If I browse within the site, the icons will display.

Since the site is on a private intranet, I can not link to it here, but I am seeing the same quirkiness on well-known sites such as glyphicons.com and getbootstrap.com/components/#glyphicons.

If it helps, I am using IE11 (11.0.9600.17959) on Windows 7 Enterprise, Service Pack 1

Win 10 Disable Touchpad

$
0
0
With Win10 how do I disable touchpad when usb mouse is connected?
Viewing all 3527 articles
Browse latest View live




Latest Images