The specific of the project is in using Enterpise Library for Server side validation and jQuery for client-side validation. So I have the next simple form for example:
<asp:Content ID="_mainContent" ContentPlaceHolderID="MainContent" runat="server">
<script src="../../../Scripts/jquery-1.3.2.js" type="text/javascript"></script>
...
I use Javascript and Mootools for creating a particular HTML page, which includes a javascript file that checks the opacity of an element for a certain operation.
However, on IE, I face this issue of elem.style.opacity giving out a undefined value.
Here is the operation I am doing,
var elem = $('login');
alert(elem.style.opacity);
i...
Hello I developing a website in Joomla the website is working fine in Mozilla, Safari and chrome but when I render it in Internet explorer it gives following error.
Please enlighten me on this.....
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media C...
Hi all ,
I need to dynamically place input types inside a <td> tag - innerHTML() method is not working in Internet Explorer. It works fine in Mozilla.
This is the way I'm placing the input types in the JavaScript, where ValueCol is the <td> id, On some action I have to change the control to text box.
document.getElementById("Value...
Hi there,
As I am currently developing a website that simply must be able to perform more or less flawlessly under a lot of stress and switching from an automated test scenario, I would try the simple press-and-hold-F5-for-several-seconds-in-my-favorite-browser, and here I found an odd observation with Google Chrome:
If you do the abov...
This may or may not be a programming question, but one or two users of my website have got some strange strings being inserted into their address bar.
The address should be:
http://URL/Couple of Folders/page.aspx
but occassionally the same thing becomes:
http://URL/(X(1)F(qHfgTf50ahMY47b-lnz3ovk89OA4AbMN4S-sYVZCgCULL))/Folders/Page.asp...
I was trying to find a definitive article on the IE blog but found nothing. I'm building an internal website where the majority of users are using Safari 4 and Firefox 3. Some PC users are using IE8 so I'd like to know what I should watch out for when I'm using CSS3.
...
Hello
I am using moz-boder-radius(-webkit-border-top-left-radius) to add rounded divs to my website.
these work fine in Mozilla, chrome and safari but as usual Internet explorer have to have some problem.
Is there any such property to add rounded divs in Internet explorer.
...
Hi,
I am trying to create a new Element in my javascript code and append it to one of my elements. But it seems that old IE browsers do not support this function and my code breaks on the line where I use appendChild function.
var child = document.createElement('span');
child.innerHTML = "Hello World!"; // Crashes here
parent.appendChi...
Hello.
Im using JQuery with css to show div's on a page with the Click command.
like this code here.
$("#img1_hover").click(
function(){
$('#img1_show').addClass('img1_show_vis');
$('#img_shower_1').addClass('img_shower_vis');
$('#close_btn_1').addClass('img1_show_x_vis');
}
The code work fine under Firefox but it does...
Sometimes Microsoft does something so stunningly dumb that it makes my head hurt. Help me find out it's really not the case ... please!
I've got an issue with the login page of an ASP.NET (3.5) site I'm developing whereby IE (7 or 8 ... can't bear to open 6) doesn't offer to save the password when a user logs in. I've checked other brow...
I have a website that was programmed several years back and optimized for IE5/6. Now when it displays in IE8 some pages don't display right. I've confirmed that IE8 is displaying the page in Quirks mode (not Standards mode).
I'm told that Quirks mode in IE5/6 is different from Quirks mode in IE8.
Is there any site that lists the diffe...
Possible Duplicate:
Firebug for IE
I have no tool to inspect into DOM in IE6 now.
...
Hi,there
I develop the Web application with "dojo 1.3.1" now.
The application uses frameset tag for a layout. the fram parts in "menu
domain" and "the contents domain".
When I chose a menu,"the contents domain" displays pages.
"memory leak" happened, when I update screen by pushing the update
button (F5Key) or when I choosing a page f...
I want IE8 to render my site without compatibility mode, the site runs on our company intranet.
Is there a way to to this without sending out a GP update.
I've tried <meta http-equiv="X-UA-Compatible" content="IE=8"/> in the header and the document type is <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or...
Hi
I have an xml webservice which I'm fetching using PrototypeJS. The xml has the correct content type and is well-formed, and looks like this:
<GetTokenResponse xmlns="http://tempuri.org/">
<GetTokenResult>F655100D64F098F0AC33AFF414A4A0D5</GetTokenResult>
</GetTokenResponse>
The AJAX request is completing successfully, and I ...
Wish the latest Java runtimes (1.5 or 1.6) is the applet pluggin suppoed to use the Internet Explorer web stack to download the .jar file? The reason I ask is I can't see the request in Fiddler. More background - I'm trying to troubleshoot this error:
load: class at.workforce.applet.VMVersionApplet.class not found.
java.lang.ClassNotFou...
Hi everyone!
Unfortunately I've a problem with IE =( I have a service on IIS that returns me a wav file. So if I go to the URL of the service, IE tries to play returned wav file with Window Media Player.
Can I set any setting in the IE (7 or 8) to deny it play wav file with WMP and allow only show Open \ Save \ Cancel dialog?
Usually I...
Hi
This is my first post!!
Have a large amount of data that is rendered progressively (using classic ASP) and all works fine in IE and Firefox. However, when I view the exact same page from within a school environment (i.e. behind a firewall and via a proxy server) the page only renders progressively in Firefox. In IE (6, 7 and 8) the ...
What characteristics must a page element have for it to be able to accept an item that has been dragged from the favourites bar?
...