Just like the every other web developer, I'm frustrated to hack my site code to work with IE 6. So decided to give up support for IE 6 and ask them politely to upgrade to IE 7+ or Firefox.
Can you suggest me how to detect IE6 users and display a special page showing the upgrade details in ASP.NET MVC?
Is handling this at server side s...
Hi I want to access a local file of my system from the browser? Is there anyway through which it can be achieved as there are lot of security checks invloved? or any other work arround using ActiveX or Java Applet???? Please help me out..
...
I have a page with jquery on it. It works fine in Firefox, Chrome etc but if I load it in IE, none of the Jquery functions run, and IE's script debugger shows:
Error
A Runtime Error has occurred.
Do you wish to Debug?
Line: 269
Error: Unterminated string constant
Yes No
The line in question is in my (unmodified) jquery.js th...
I've got some DocBook documentation styled with a CSS xml-stylesheet declaration. It looks great in Firefox, but IE7 doesn't seem to understand the CSS child selectors (e.g. section > title { ... }).
I think this is because IE is running in quirks mode to render this XML, and older versions of IE didn't support that CSS syntax at all.
...
Hello, sorry my question is dumb.
I have a simple css file with class hide, that makes an element hidden (wow!). I use simple javascript to unhide element:
$(document).ready(function(){
var a = $("p.hide");
a.removeClass("hide")
});
It works in Firefox, Chrome, but in Opera and IE I should manualy reload page to see an effect...
In another question I asked about alignment this was given to me to answer the question about firefox being a twit. It worked but it has left a sour taste in my mouth and I'll explain why.
button::-moz-focus-inner {
border: 0;
padding: 0;
}
Opera (10 for this example), Firefox (3 for this example) and Internet explorer (7 for thi...
I've got a rather hideous and large javascript file that I've inherited from a dev I loathe. There is a lot of dead code, and I find I've spend a lot of time refactoring functions that aren't even called.
Ideally, I just want something that can tie into the js engine and keep track of when and how many times functions are called.
In F...
Hi,
i have an ActiveX Object (Master) and would like to invoke functions dynamically on it. To do this i use the apply() Function. But sadly the InternetExplorer tells me something along the lines of: "This Object doesn't support this Method". Can someone give me a hint what i could do?
(To test this you also could use a small flash obj...
This is my site: http://noamsm.co.il
It should fade-in some text when the search box gets focus. and fade-out on blur.
But it isn't working.
You can view source; I put the jquery code in the page.
...
This is going to sound weird but on one of my client's sites, a specific page alone refuses to load in IE. It says waiting for website and then jumps to the error page. The same page works as it should in FF, Chrome and Opera.
Is this a JS error or something on the server side? Hope I am making sense.
Thanks in advance.
...
Is it possible in web page on Internet Explorer to detect if the Google Earth application is installed on the client machine using Javascript?
This page is part of a Trusted Site on an intranet.
Update: detecting it via creating an ActiveX object or any IE specific javascript is fine.
...
I've been trying to develop a way to make rows of an ASP.NET GridView (or table in general) clickable, whilst still maintaining all the usual actions you'd associate with links - correct right-click context menu, middle-clickability to open in a new tab, etc.
My solution uses jQuery to find <a> tags within each row and expand that <a> t...
I'm showing favicons of websites in a list, as <img /> elements.
some websites serve them as:
<link rel="icon" type="image/x-icon" href="favicon.ico" />
and some serve them as:
<link rel="shortcut icon" href="favicon.ico" />
IE doesn't show the favicons images of those of don't have type="image/x-icon".
I cannot control how webs...
I have a ModalPopupExtender from the AjaxControlToolkit that is working properly in Firefox, Chrome and IE8, but when I run it in IE8 Compatibility mode, it pops up behind the content of my page, rather than on top.
The popup is in a user control that's rendered by the Masterpage. What I think is happening is it's popping up in front of...
I have a simple C# WinForms Crud AP for employees that have to do a lot of simple web lookups. Currently it loads 5 websites and puts a search term into the clipboard. The employee then has to paste the search term into the search textbox on each of the sites and hit enter. Is there a simple way to enter the data for them? The search tex...
I built some simple tabs, which when clicked, show a hidden div. Very simple. All works well, except in IE. For some reason, even though I am using the jQuery .show() function, it won't set the hidden div to display:block, but just leaves it hidden, and it is very frustrating.
Example Page: http://www.puc.edu/alumni/give-puc
jQuery ...
Hey,
I am using jQuery at this page to slide out the couch to the right, it works fine in FF as you can see, but in IE 6 you have vertical scrolling.
I had numerous other IE issues, but I got rid of most of them, by going through my CSS again and tightening up the lose ends.
http://www.catonthecouchproductions.com/new/
I have tried m...
Simple question, basically i have an iframe that shows some content, and thus far we are pretty much on track with all browsers. Problem is that in Internet Explorer, it won't display characters such as "Å, Ä and Ö", no matter what charset i use. Is there any quick way to fix this?
Cheers.
...
Hello,
I ask because I'm running an application in which I load an external script file in the HEAD section of the page, and then attempt to call a function from it in the onLoad section of the BODY tag.
external.js
function someFunction()
{
alert("Some message");
}
myPage.html
<html>
<head>
<script type="text/javascript" ...
The users will only use IE, and within IE it can pass their credentials without being prompted to, if they are logged onto the domain controller.
What I want to know is, how do I go about grabbing their username?
I thought this would do the trick: $_SERVER['auth_user'];but no luck.
Just like this http://stackoverflow.com/questions/168...