Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top JavaScript Solutions: 126 - 150 of 1199
 
Hi experts. i found this: http://www.dynamicdrive.com/dynamicindex17/floatbar.htm but it is a floating bar. i want the same as exactly but i want that the bar should not float it should ...
I found this great post that works at: http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20893257.html?sfQueryTermInfo=1+enabl+javascript+show+when Unfortunately ...
how do i make the function below dynamic. instead of harcoding ddloperator1 how do i make that dynamic so i can use the same function for other controls like ddloperator2, ddloperator3 and so ...
I am using the scriptaculous javascript library to enable drag-n-drop functionality.  My goal is to have images "drop" into a table cell and overlap each other.  The overlapping reduces horizo...
I'm having a problem with xhrPost in IE. It works fine in Firefox. Basically, what I see happening is that the xhrPost request is going to the server, it's just not sending the POST data wi...
We're doing a large Google map with hundreds of points on it.  We're planning on just entering each point like this:      map.addOverlay(createMarker(new GLatLng(40.7789, -73.962343)));  ...
Hi Experts, I am having a problem with a multi select list. I have a form containing a couple of lists (one is a dropdown [list1], the other is a multi-select [list2]) that I need to iterate ...
I have a select box where each option is given a different background color. If I'm in Firefox and I select the option I want the background color of the select to stay the same as the option ...
Hi I would like to be able to get the email address from a selected user in the Sharepoint People Picker control.  I can use the code below to successfully pull the username and domain but ...
Hey Experts, I need a javascript to display current time depending on the time zone which we provide. Thank you
I have a site built on the frameset below.  The 'menu' frame includes a file 'menu.htm' that has a table with 1 column and several rows.  Theses rows contain links to pages that open in the 'r...
I have a form, that will be used to send an e-mail within my user system I've created. The user needs to have the ability to select multiple recipients for the message. I have the javascript c...
I created an ASPX page. There is no "HEAD" or "BODY" in the source code. There is a ContentPlaceHolder since i am using a Masterpage. I am wanting to use some JavaScript on this page but the i...
I have the following piece of code that creates a prompted window for user input.  In Firefox and Chrome it works, but in IE it is not.  I have made sure popups are not blocked. The code pr...
goodafternoon.. I have coded myself into a corner. I  have got an associative array , that needs to be sorted on a particular key. However I have no idea how to do that on an associative....
This is a linked select box, when I call the function from the first select box it loads the second one without a hitch in firefox. In IE it does not work at all. if I take out the if(!sele...
I am building a drawing chat system in C# and using javascript to do the drawing on the client side.  I have a div tag called "divCanvas" in my web form on which I am going to do all of my dra...
So I have a need to dynamic change the height of a div when the data is less.  When there are 5, 6 or more records the div behaves as intended.  but in the case of 1 record the div is too larg...
I have the below code which works great for showing or hiding an image. But I need to be able to pass a particular value when the form is submitted, while showing a thumbnail of the selection ...
Hi Experts, I have an urgent issue with creating an custom pop up window in javascript. Please help me with it. Requirement: To create an pop up window with 2 buttons: 1) close 2)continue. ...
I am using YUI Tabs control of YUI Library. if I am using location.href="URL" inside the YUI Tab, it is working fine with Firefox and IE7 but in IE6 it is not working. if anyone can help ...
I have a submit button I disable when clicked (the form takes forever to process). I would like to put in place of the submit button a button that is disabled but says 'Processing.'
Hi all, I have a site and a friend needs to add it to his using an iframe. My page is hosted in a server and my friend's page is hosted in a different one. One of the things my page has a...
Hi all, I'm trying to use java script to select an item in a JSF comboBox (which is non-editible) but i can't get it working!!! Below is the HTML that renders the control but i cannot find...