Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top JavaScript Solutions: 26 - 50 of 1426
 
Hello in sort, I trying to find a way to control the z-index of all elements in the dom by node depth from a starting number... the long version: What I'm wanting to do is to set the z-inde...
Question 20418533 shows how you can use JS to detect a user's resolution and load different HTML files to fit: http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20418533.html ...
I found a code snippet here on Experts Exchange that, was posted by hielos a while back, it seems to do all that I need except for three things: 1)  It ouputs to a String I would like to have...
Hi, currently i have css background image that swaps on rollover to another image but this is reating large loading times, what i have is a picture, that swaps for another picture mad...
Hi experts, I have three pair of text field and text like this: (radio buttonA) (radio buttonB) (radio buttonC) [text field] aaa [text field] bbb [text field] ccc +++++++++...
Hi I have a php form which has an input button. I need  to onclick to call redirect URL javascript. how is the JS?
Hi, I am currently using Cognos 8 to develop reports. Cognos 8 renders reports as a web page by mixing up a report template and source data. To achieve a lot of advanced functionality in Co...
Ive tried the following, but it's still resizable in FireFox - anyone got a solution? window.open("IM-" + destinationUserID, "WMWindow_" + userID + "_" + destinationUserID, "width=360,heigh...
What is the javascript equivalent of the FindControl method? How do i do this in javascript: var txtBox = Panel1.FindControl("control1").FindControl("control2") ?
Need quick code to only allow numeric or backspace input into a checkbox. Numeric does not include decimal point, I do not want the decimal to be an allowed key. Kind of Urgent.
I am using the following line in a javascript call that is made during a keypress event... var range = document.selection.createRange().duplicate(); This call works perfectly in IE but g...
I'm programming with jQuery and using it to parse an XML file with its modified XPath syntax. The problem is that I can't figure out how to use the :contains('xyz') selector to match only node...
Hello all, I would like to have a transparent div that has some image or text like "processing" which covers the entire page when the user clicks submit, and while the page is processing th...
I have contents that I want to save on file in a hidden field (it is a semi colon separated list). The only thing I need is a file name that the user chooses. I have managed to open a file dia...
I'm hoping someone can provide me with a JS function  (preferably using prototype syntax) that will let me check an input field for a specific term. eg: IF contains "@email.com" - then all ...
Hi I am using the following script's attached  to format decimal places and pad zeros. Is there a way to combine both pieces of code. At present one will undo the other What I need is if I ...
Looking to get a mouse position(X,Y) based on an onClick.  No tracking the mouse, no setting the mouse position, just click, return mouse position.  Any help would be greatly appreciated.
I have a need to capture the url that has been requested by the user using the javascript event onbeforeunload.  I need to find out if the request is from within my site so that I can perform ...
Hi, I'm opening a notepad  using javascript from an html page by clicking buttton on the page. This is working fine in IE. but not working in Firefox. My code is: <html>  <head> ...
Experts, I have attached my HTML code with the partially finished JavaScript function to validate a time text box. I need to stop the user for entering the time in the past in the time tex...
my rating system is set up so that when i click on one of the stars the page refreshes.  I would like the same links to be used, but for the page not to refresh. is there any way to do this...
I'm using the attached code to set the picture for the img.  I would like to use JQuery to fadeout the image.  But I want full control over when the fadeout occurs.  I don't want to perform th...
Is there any way to access the JavaScript registration information on a page.  I need to include JavaScript in the head of a document (which I can do), but since I have this code running on di...
i  m trying to create  5 combo box with five item in it. when user select one item in first comobo box other item in other four combox box should updated and 4 item should left . select item s...
Hi guys hope not a silly question. I have images in a div that are like a filmstrip. <-------------------------------------- div ------------------------------------>   image     image ...