I want to know how to find out the viewport height in IE. I have been trying to use document.body.clientHeight, which is supposedly exactly what I am after, but the results were always way too small to be the correct one.
As a test, I whacked a div in my page and made it 4000px tall, and ran document.body.clientHeight from IE's debugger and it returned a number over 4000px. It seems as thought clientHeight is actually returning the total height of the document, not the viewport size.
I'm trying to dynamically change the height of a div, and I have it working in Firefox, but IE isn't letting me get the clientHeight of the div. When I do an alert to check the clientHeight of the div, it tells me 0.
Here is the function (at least the part that tries to get the height):
function resizeDivs(divnum){ var branddivid = 'branddiv' + divnum; var branddiv = document.getElementById(branddivid); var divheight = branddiv.clientHeight; alert(divheight); }
I resize the window, I refresh the page and the height that the code returns, remains the same. I searched about it in google and it seems that the document.documentElement.clientHeight is compatible with IE, so I don't understand why is this happening
I've read that clientheight is read only so I'm wondering if you can style the div within the 'client' to match it's height and width properties so that no scrollbars appear when the screen is smaller.
HTML Code: <div id="div1">//clientheight and clientwidth I want to match <div id="div2"></div>//height and width needs to match parent div </div>
[Code]...
I'm guessing everybody can see what I'm trying to do. Please let me know if there is a way to do this.
Either I'm having a really dim Friday, or something strange is going on. I'm trying to add a method to the Validator plugin, using the following regex:
I have a HTML page with multiple dynamic check boxes that I select, click "add" and it adds a list to the users on the next page. This is my JavaScript function that deals with this:
<script language="Javascript"> function doSelect() { //to avoid "unidentified" results, search elements by tag name
I am trying to implement XMLHttpRequest to a new website, but when I include HTML, the code appears as is, instead of the formated HTML. Please have a look and click the 1st link ("L'Association") on top (yello horizontal bar on top): Code:
I'm receiving an "Object Expected" Error (Line:28, Char:7). I'm confused as to what is happening. I have virtually the same exact function in a different web page and I do not receive an error with this other page. Also, if I run this code in Fire Fox, I do not receive any error. Is there something that I'm missing? The error is pointing to "TextChanged();". Code:
I've built a website and have used JQuery for the 1st time. Everything works fine in Firefox and Safari but IE is really giving me a headache now! The site can be seen HERE When you roll over the main links a sub menu rolls out, when you roll over the next main link the sub menu in view scrolls back in and the one associated with the new link scrolls out - please view in either FF or Safari to see it working.
In IE the functionality of the menus just doesn't cut it??? the 1st two (Company and Services) seem to work as expected when you roll back and forth over them, but the last 2 (Portfolio and Contact) are really flakey??? They stay scrolled out when they should be scrolling back in, although sometimes they do actually scroll in, and on the last one (Contact) only one of the two links in the sub menu appears and then its not clickable????? Again please conpare between FF and IE to see what i mean.
Can anyone offer me some advice on solving this, i'm looking to get the IE version to work just as well as i have it in FF. Unfortunately I don't have any experience with javascript / jquery to fall back on so i'm just hitting my head against a brick wall at the moment.
This works perfectly fine in firefox but i need it to work in IE the form variable names are all correct and everything but in Ie it keeps telling me when i submit the form that there is an Expected Identifier problem. Code:
I'm trying to create a scroll bar through javascript with the help of jquery. What I'm trying to accomplish is:1. When the user mouse's down, it fires off an event (mouse move) and allow the user to scroll.2. When the user mouse's up, it should unbind the event, so that the mouse move is not in effect any more.But unbind is not working as expected. I looked up the documentation, and it seems correct.
But when I click the button, I get the yellow triangle of doom with Error on Page which tells me "Object Expected - line 122. So I go to line 122 and see the end center tag, and that doesn't help me one bit, of course... So now I turn to you all. What did I do wrong?
Here's my problem - I have AJAX working for a login script in firefox, no flaws I can see, but in IE all I get when clicking the login button is nothing but an error saying ....
I have a html document, in which I include two standard libraries of functions (supposed to help me with cross browser issues), and one application-specific script file. All Javascript fcoz.
The very first attempt at invoking a function from this last script file fails miserably in IE (6) but works as it should in Moz (1.4)
I have tried putting alert()s here and there, so I (think I) can tell the exact spot where IE dies.
initAPI sits in libPlatform, and executes. I get to see the first alert. And then, boom, IE script errors on page: Object expected (points to 'regTooltip')
Am I missing something here? If my code is wrong, why is Mozilla so forgiving about it? How can I persuade IE to get the function?
Note: if I put regTooltip() right above register(), so locally in the document, it works.
I am still new to JavaScript and have a simple JavaScript & PHP journal program that allows the user to enter a title and description to be automatically added to a page that list their journal entries.
Everything works fine except for one part that I am just lost on, at the bottom of the page there is a dropdown menu which lists monthly archives, but when you select any month from the list you get a script error and nothing happens. You are supposed to go to a page that would list al the entries from that month.
Any help would be greatly appreciated as I do not have the knowledge yet to fix this nor can I find the site that originally created this script.
I am trying to create some divs that hide and show when a link is clicked. There may be multiples on the same page and it each needs to functionindependently.
I've added it to jsfiddle : [URL]
When the user clicks a show more link the first time nothing happens. If you do it again the div expands as planned (great!). If you do it again to close it slides back up but then bounces straight down again (Not Great!). I can't figure out what I've done wrong!. Eventually I'm going to add more functions to show some hidden data as well.
An error 'Object expected' error occurs when loading the page online in IE.There is no error in any browser when it is in local.I need to show a popup when mouse is moved upwards...it works nice in all browsers offline but when it is made online it is not working properly in IE,when the mouse is moved upward popup shows with an error 'Object expected' and it fails to load that instant.In mozilla and other browsers it works properly.
I have a problem when changing images and image maps with mouseover and click events in IE. Firefox, Chrome and Safari all work well but IE does not. It's hard to describe but when I mouse over a hot spot the image changes and then right away changes back. you can see it here (http:url....): here is the Javascript code:
var current_overID = ""; var last_overID = ""; function item (img_name,width,height)[code]....
I'm trying to use an onmouseover event to change the content of an image tag. So basically, the image tag has a default picture which the user can see when he visits the page. Then on rolling the mouse over this image, I want another image (003.jpg) located on my server in a folder called images, to be displayed in the image tag. So I created this function that should do the job and placed it in the head of my document.
<script type='text/javascript'> function display_pic() {document.getElementbyId('poster_picture_content').innerHTML.src= 'images/003.jpg'} </script>
And here is the image tag, located in the body section where I want 003.jpg to be displayed after the event is triggered.
I have looked at this code in and out and can't seem to find out what the problem is. The topic says it all. I have a link on a webpage with id name comment_stream on which when users click, is supposed to display an otherwise hidden comment box (id name comment_stream_div) and at the same time, hide the comment link, you know the type on facebook and other social networking sites. I am using javascript functions to accomplish this with an onclick event. The idea is to toggle between the display attributes (block and none) of the elements i wish to hide or display with the onclick event. I will show the javasscript below, as well as the the html for the elements involved and the css.
I'm still having problems with a Javascript 'Lookup' function. Basically, I have a select menu 'Customer' which triggers a 3 JS functions, to populate 2 extra select menus.
Using IE Developer Tools, during debugging, I get this error: Expected ';' Error
This relates to either: Code: eval(ajax_CustContact[index].response); or Code: eval(ajax_CostCentreContact[index].response); (it's a bit random, as sometimes it works, sometimes it doesn't)
I have tried changing the 'custid' to 'custname' to check whether it was an integer causing the problem, but had the same problem.
I want the navigation dropdown to work just like this iXLink | The Neutral Business Exchange for Telecom. on this site ReStore why the animation doesn't seem to be firing.
The Date Object returns GMT Firefox gives: Date {Sat Jul 23 2011 18:02:12 GMT+0100 (Cen)} Chrome gives: Sat Jul 23 2011 18:02:12 GMT+0100 (Eastern Standard Time) I was expecting: Sat Jul 23 2011 14:02:12 GMT+0600 (Eastern Standard Time) My Windows XP (x86) PC gives me expected results.