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: 76 - 100 of 1538
 
I can get every other value to alert fine except for the QUAN value which comes from a combobox.
I have a rather poor validation script currently implemented on my registration script.  I am trying to add a validation technique like the code attached but realized that my registration scri...
I have this form table created by an asp query. See code Snippet. I need to be able to type in the text boxes Bank1, Bank2 ... and Update the box TotalBank with the sum as I am entering the ...
I have a login form and I would like to open a new window after the user enters username and passwork and hits submit. Can you please give me some hints on how to change the form method to ope...
Is there a solution that enables a normal img thumbnail link which would normally open in a new full size window (without script) but with javascript enabled it opens the linked image in a new...
I'm using someone's Jquery code to make a page element pulse. the code works absolutely fine if I want the element to pulse when it is clicked upon but I cannot figure out how to trigger the f...
Hello Expert, I have two multiple SELECT elements, I am using the attached code snippet to add items from list1 to list2 from the button onclick event. The options from the Llist1 will get a...
I'm trying to use a 2 dimensional array but it's not working. Here's the error I get: Microsoft VBScript runtime error (160, 11) : Subscript out of range: 'UBound'
Hi, I can for the life of me work out why this code works in IE and not Firefox. I am sure it is going to be something simple but I can not see the wood for the trees! Summary: All this ...
I am struggling with the same problem described in - http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22973077.html#discussion Which is: I am trying to retr...
Hello Experts, I was wondering how to loop through all checkboxes inside DIV. If checked==true then append their value to a string variable. Scenario: I have 3 DIVs with x amount of c...
I have a page that has a primary form. In this form is a hidden field called "comments". (See sample below) When form1 is submitted how can I copy the "mycomments" value into the the hi...
I want to have a text box or a similar control where a file is chosen from a directory of files using a popup dialog. For example, I click "choose file" and it opens a window displaying thumbn...
We're having some problems with javascript with an ASP.NET c# website that is AJAX enabled.  I've stripped the pages down to one page that has a textbox, listbox and a button.  The button open...
I have an html table that is loaded with info from an actual table in my database.  I want to load the html table (appearing just like the db table) but then I want to add a row at the end wit...
I'm developing a site that changes the display properties of a table's cell depending on the selection of a drop down box. This works perfectly in Firefox 3, but screws up in IE 7. Any help wo...
I have an asp.net content web page in a master page.  The update works, but when I click the cancel button, i get an error - "Microsoft JScript runtime error: 'null' is null or not an object"....
I am writing an AJAX form script for a website but I need some help with the main Ajax.Request function. The application uses a series of web forms ie page1, page2, page3 etc. Each web f...
I want to validate a form input text with the onchange event for that particular input.  It works fine except that I want to retain focus on the input if it is not valid data.  It doesn't do i...
I want to have a callout when the mouse moves over a particular <td> or a <tr> So like on the mouseover event i want to show a callout - and this callout will have dynamic data. I am able ...
Hello Experts, Can someone please advice me how to use the Load function to return the content to itself so that I can make use of the data in other user defined functions. Please help. Tha...
hello guys is it possbile to redirect by history back? i try this but it doesnt work:: <meta http-equiv='Refresh' content='0;url=javascript:history.go(-3)'>
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 would like to assign a width value to a div if another div has a "display:none;" style. Here is what I have so far: <script type="text/javascript" language="JavaScript">      function chang...
I created a simple javascript to learn addeventlistener instead of using normal "onchange" style. This code does not work in in IE6. but it is working in firefox 3. IE shows the error is in li...