Hi,
I have an ASP.NET dropdownlist control. It will be populated from database. The text will be like TEXAS. And the value will be like TX. All the states will be populated like this.
<...
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'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 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...
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...
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.'
how to make a popup window blink for 4 seconds using javascript
Hi
i have a jsp page that submits data into a database..It works..However I also have a external javascript validation file that I call like onClick="return check_form(form1);" The validatio...
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...
Does anyone know how to get the score value in javascript from the code shown below, I tried
alert(document.getElementsByName('Probability').getAttribute("Score"));
but it doesnt w...