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: 1 - 25 of 1465
 
Hi Guys, I have a form in my site where people can sign up by submitting their name and email address.  I'm using a 3rd party list management service to collect/manage that list.  One of t...
I want to add a check to see if an entry in my field is null, but now my function is returning null everytime.  can someone see my error? Many thanks in advance
Hello, I have a web page with many panels with many controls in each that are used to make a filtered query to the database. All the controls in the panels are Check boxes. I would like a j...
How to set cursor focus on text field on page load? I have tried the following, it dosen't work. Any suggestions? <head> <script language="JavaScript" type="text/JavaScript"> setFocus(){ ...
Hello Experts, I am having trouble with the Facebox jQuery plugin. I am displaying a contact form in a Facebox window, and I am trying to get a postback from the PHP form submission to disp...
Hello all, I have a very lengthy HTML form for user input.  It will have a dozen fields with similar names like: item_1 item_2 item_3 Where the item_x fields are Selects. After an ...
I'm trying to create a script using javasript, or jquery if it applies, and not sure how to go about getting the url (example provided below).  I need to get the url and grab the end of it to ...
Hi experts, A newbie to Java Script and a simple tutorial will do the job. Please provide simple examples of the code below using the operators greater than, less than, equal to and not equa...
Dear Sir, Request you to provide me a function which converts a particular number into words.
Hi. im trying to make use of something very much like the link supplied however, as ever its not quite what i need. I need to add in some tabs that align left of the center panel and will st...
Hi, I am now using showModelessDialog function to display a custom page in a pop-up window. The width of the custom page is about 640px, and the heigh is about 1600px. So I set the "scroll" p...
Hi There, I need to iterate a html table, first by iterating each row and then by iterating each cell within the selected row as I must do some processing at tye start of each row: var tr = ...
I have a page that shows an item to be deleted from the database. When the user clicks the Delete button I want a message to be displayed such as "Are you sure you want to delete?" if they sel...
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.
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...
Hi I have a php form which has an input button. I need  to onclick to call redirect URL javascript. how is the JS?
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...
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...
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...
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 +++++++++...
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") ?
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...
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...
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 ...