IT Community - Software Programming, Web Development and Technical Support

When using a drop down menu, how do I store the value selected in a variable?

This is a discussion on When using a drop down menu, how do I store the value selected in a variable? within the C# Programming forums, part of the Software Development category; When using a drop down menu, how do I store the value selected in a variable?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 03-22-2008, 01:01 AM
GDevakii GDevakii is offline
D-Web Sr.Programmer
 
Join Date: Aug 2007
Posts: 138
GDevakii is on a distinguished road
Question When using a drop down menu, how do I store the value selected in a variable?

When using a drop down menu, how do I store the value selected in a variable?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-22-2008, 01:01 AM
GDevakii GDevakii is offline
D-Web Sr.Programmer
 
Join Date: Aug 2007
Posts: 138
GDevakii is on a distinguished road
Smile Re: When using a drop down menu, how do I store the value selected in a variable?

<script language="JavaScript"><!--
var result = null;
//--></script>

<form>
<select onChange="result = this[this.selectedIndex].value">
<option VALUE="1">One
<option VALUE="2">Two
</select>
</form>
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Populate menu using sitemap and asp .net menu control and c#: Archer C# Programming 3 04-29-2008 09:23 PM
Why do the menu items drop behind some HTML elements.? Pvinothkumar HTML, CSS and Javascript Coding Techniques 1 09-13-2007 05:03 AM
double clicking the option in drop down list menu vijayanand HTML, CSS and Javascript Coding Techniques 3 08-06-2007 06:27 AM
Static Global Variable and Static Local Variable vigneshgets C and C++ Programming 1 05-30-2007 10:50 AM
Vertical menu or horizontal menu? capture Web Design Help 1 03-12-2007 06:25 PM


All times are GMT -7. The time now is 02:05 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0