I know how to select the required values in a select list with a value using the following code.
<%FormValue = 4%>
document.MainForm.list4.selectedIndex = <%=FormValue%>
My question is how...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20129323.html
Zones:
JavaScriptDate Answered: 06/04/2001 Grade: B Views: 0
Hi Experts,
I have a list box (server side control), and I have an html button that calls a javascript. Problem is that if user does not select anything and hit on submit button, it gives me an...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20904337.html
Zones:
JavaScriptDate Answered: 03/02/2004 Grade: A Views: 0
Hi
Have a datagrid which shows baskets. When I Select a basket, that is not created by me (I'm in Customer services) The datagrid is bound again, with all the customers baskets, and then the det...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21191205.htm...
I'm trying to create a function that will fire when the change handler "Update_DS0circtype_mc" for combo box t1_f1_DS0circtype_mc is tripped. The sole purpose of the function is to stuff the index ...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
I have a DataGrid on my webpage with 10 rows in it. The user will need to click on a delete button on each row and that will run some code. How do I reference which row they clicked on?
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21419539.html
This falls under the "minor annoyance" category but it's bugging me and I want to know why it's happening.
I have two combo boxes on my GUI screen. The first one is bound to an array of strings...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21770237.html
Zones:
C#Date Answered: 03/12/2006 Grade: A Views: 0
var i = 0 ;
while( true )
{
var teamASel = document.getElementById( 'MasterSelectA' + i ) ;
if( teamASel )
teamASel.selectedIndex = 0 ;
i++ ;
}
whats wrong?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21806583.html
Zones:
JavaScriptDate Answered: 04/08/2006 Grade: A Views: 0
Experts,
I have got a check box list that has 5 items. If I uncheck the 3rd item, in my code, I get the selected index / selected text properties of the first item and not the selected one (3rd it...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22997351.html
All I want to do is to pass the selectedIndex value in a hidden field at the end of my script. I'm assigning the selected value to $selvalue, which I know is receiving the selectedIndex value (whic...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20565991.htm...
Zones:
PHPDate Answered: 09/04/2004 Grade: A Views: 0
I am retreiving information from a database that will be used to populate a form. When I use the below code to set the selected index of a HTMLSelect control it does not work.
If IDName...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20622231.html
Zones:
.NETDate Answered: 12/08/2003 Grade: A Views: 0