Click here to Skip to main content
15,922,894 members
Home / Discussions / Web Development
   

Web Development

 
GeneralAdding an HTML Control to a ASP.NET Panel control Pin
Brendan Vogt14-Dec-07 1:51
Brendan Vogt14-Dec-07 1:51 
GeneralRe: Adding an HTML Control to a ASP.NET Panel control Pin
Christian Graus14-Dec-07 11:41
protectorChristian Graus14-Dec-07 11:41 
GeneralCookies problem Pin
Rahul Babu14-Dec-07 1:37
Rahul Babu14-Dec-07 1:37 
GeneralRe: Cookies problem Pin
Michael Sync15-Dec-07 5:02
Michael Sync15-Dec-07 5:02 
Generaladding row dynamically Pin
neoghy12-Dec-07 23:01
neoghy12-Dec-07 23:01 
GeneralRe: adding row dynamically Pin
Michael Sync13-Dec-07 1:10
Michael Sync13-Dec-07 1:10 
Questionhow to get value of selected item in dropdown list using javascript ? Pin
Arun Senthil Kumar12-Dec-07 18:23
Arun Senthil Kumar12-Dec-07 18:23 
GeneralRe: how to get value of selected item in dropdown list using javascript ? Pin
Michael Sync12-Dec-07 21:04
Michael Sync12-Dec-07 21:04 
Why don't you make a search "javascript get selected item of dropdown[^]" in Google first? Smile | :)

this.options[this.selectedIndex].text<br />
this.options[this.selectedIndex].value


Ref: http://www.velocityreviews.com/forums/t120967-dropdownlist-selecteditem-javascript.html[^]

var dropdownIndex = document.getElementById('colorsselect').selectedIndex;<br />
var dropdownValue = document.getElementById('colorsselect')[dropdownIndex].value;<br />
document.write(dropdownValue);



Ref: http://blog.techsaints.com/2007/05/06/javascript-how-to-get-selected-item-in-dropdown-select-list/[^]

Actually, both examples are the same.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: how to get value of selected item in dropdown list using javascript ? Pin
Arun Senthil Kumar14-Dec-07 1:10
Arun Senthil Kumar14-Dec-07 1:10 
GeneralCheck popup open Pin
AnhTin12-Dec-07 17:23
AnhTin12-Dec-07 17:23 
GeneralProblem in Opening HTML file. Pin
sanjeeva K Kanakam12-Dec-07 16:28
sanjeeva K Kanakam12-Dec-07 16:28 
GeneralImage Transfer from window machine to Unix based machine Pin
Vipin Chauhan11-Dec-07 18:51
Vipin Chauhan11-Dec-07 18:51 
GeneralRe: Image Transfer from window machine to Unix based machine Pin
Michael Sync12-Dec-07 19:06
Michael Sync12-Dec-07 19:06 
GeneralRe: Image Transfer from window machine to Unix based machine Pin
Vipin Chauhan13-Dec-07 22:42
Vipin Chauhan13-Dec-07 22:42 
GeneralRe: Image Transfer from window machine to Unix based machine Pin
Michael Sync14-Dec-07 0:57
Michael Sync14-Dec-07 0:57 
GeneralAllow user to download file that is located at another web server Pin
fukchai200011-Dec-07 14:54
fukchai200011-Dec-07 14:54 
GeneralActive Document under internet explorer (IOleDocument / IOleDocumentView Pin
Roey C11-Dec-07 11:18
Roey C11-Dec-07 11:18 
GeneralLocal Time Pin
Brendan Vogt11-Dec-07 10:41
Brendan Vogt11-Dec-07 10:41 
GeneralRe: Local Time Pin
pmarfleet11-Dec-07 11:11
pmarfleet11-Dec-07 11:11 
QuestionImplementation Technology Suggestion for exchanging data with a remote server needed. Pin
mtwombley11-Dec-07 8:01
mtwombley11-Dec-07 8:01 
QuestionUrgent: reseizing webparts dynamically Pin
devsam11-Dec-07 3:52
devsam11-Dec-07 3:52 
GeneralRe: Urgent: reseizing webparts dynamically Pin
Paul Conrad23-Dec-07 14:50
professionalPaul Conrad23-Dec-07 14:50 
QuestionStupid problem with innerHTML in Javascript Pin
ieaeitsch11-Dec-07 2:32
ieaeitsch11-Dec-07 2:32 
GeneralRe: Stupid problem with innerHTML in Javascript Pin
Michael Sync11-Dec-07 19:24
Michael Sync11-Dec-07 19:24 
GeneralRe: Stupid problem with innerHTML in Javascript Pin
ieaeitsch11-Dec-07 21:52
ieaeitsch11-Dec-07 21:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.