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: 201 - 225 of 1538
 
Hello experts, I've done a ton of searching on google and here in this respository but I cannot find an answer that works for my situation.   I have 1 main document.  In this document, ther...
Hi everyone, I've used the javascript behaviour in Dreamweaver to validate a form. I've validated an input text field and also a text area field, but when I test it in a browser and press t...
Hello, so here is a related question for this http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23575035.html IE Version 7.0.5730.11 acting up the float is not wor...
I got the wz_tooltip.js plugin to work fine, but for some reason I can't get the tip_balloon.js plug in to work.  If anybody has any advice or can show me a working example of this with source...
How do I pass an array via HREF using document.getElementById().value and an Onclick event?
Hello Experts, I am getting | separated ids as an Ajax Response, all I am trying to do now is to split and delimited it with comma in a function. data.listrefs = "2423423|434534|2242|345...
 I am developing a PHP web system which is integrated with a barcode scanner at the client site. As I searched related topics on the net, most of the questions are about using javascript to s...
Want the form to default to US with States in dropdown. IF the user selects Canada, would like for it to change to provinces (ON, QC, BC, AB MB, SK, NS, NB, NL, PE, NT, YK, NU)
I have a page that displays a product with a medium sized image.  I would like to display a large image when the user clicks on the medium image, and then redisplay the medium image when the u...
Hi, I have a variable string in value  i.e. var value=editBox.value; var m = '%'; If I have a editBox.value as Hello , i want to get the string like Hello% by combining the above 2. ...
On a page like: http://www.verhoijsen.com/werk/latvia-summer-2004/ I use flash movies (JW Flash Movie Plugin) with images underneath. When I click on an image you get a pop-up (thickbox). The ...
I have a large search screen that takes 2-4 seconds to load sometimes, for a user. If they try to search before it is ready, it can crash... How can I disable the screen, with a little load...
Hi, I have a dropdown list that is populated from a query what I want is to take the value of the dropdown box and create an array in javascript. heres what I have: //This is the dr...
I have two list boxes... The first one is a list of available items. The second is a list of the items that are chosen. The items in the list box have an ID and a value. I need code (...
I have a javascript form I am creating inside an innerHTML element of a Div tag. However, when I loop through to get the elements, it gives me the following error: document.send_samples_f...
Hi, I have a textbox called "Make", when a user changes it, i want a pop up window to show the selected item, how can i do this?
Is it possible with javascript to update the anchor in the current url without causing the page to jump to that anchor. In otherwords, I need to be able to create a link to mypage.html#anch...
Hi X-perts, A simple example: 1) <tr class="child">..... $('.child') works fine and selects all elements with class "child" 2) <tr class="child del"> $('.child)' does not work and ...
I'm looking for a way to do this: 1) Javascript function that opens a pop-up window 2) When pop-up window opens grey-out parent/opener window 3) When pop-up window is closed, parent windo...
hey folks i have been trying to find a way to preview an image before its uploaded to the server. i found this: http://www.daniweb.com/forums/thread114822.html but it dodnt seem to work on...
Is it possible in Firefox 3 to detect in JavaScript whether the browser window that a page is in has tabs? I can do this in IE by calling window.moveBy(1,1) and seeing if the window actuall...
The code for my add shipment button in below.  I am trying to, before the code is executed, diplay the session("ShipQuantity") in an alert to say something like "You have a total of & sessi...
Hi experts! I try to create a method for uploading a file via Javascript. I found many scripts through google, but nothing worked, because it was all just for IE. IE uses ActiveXObject();...
i've searched hard, but cannot find a javascript equivalent of the PHP strtotime function. this function would allow me to validate a date typed in by a user on a form. the amazing part abo...
hi i've 2 divs tags that contain a list of checkboxes, when i selected one (or more) from the left and click add, it'll remove the selected ones from the left div tag, and move them to the se...