Click here to Skip to main content
15,923,226 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
Shog94-Jan-08 18:50
sitebuilderShog94-Jan-08 18:50 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
code-frog4-Jan-08 18:54
professionalcode-frog4-Jan-08 18:54 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
Shog94-Jan-08 19:03
sitebuilderShog94-Jan-08 19:03 
GeneralRe: ASP .Net Scheduling Calendar Controls... Pin
ram19748-Jan-08 18:55
ram19748-Jan-08 18:55 
GeneralWeb site Deployement Problem Pin
ranandbe4-Jan-08 0:42
ranandbe4-Jan-08 0:42 
GeneralRe: Web site Deployement Problem Pin
Hesbon Ongira7-Jan-08 22:50
Hesbon Ongira7-Jan-08 22:50 
QuestionHow to get selected text of a dropdownlist in javascript? Pin
Balagurunathan S3-Jan-08 23:20
Balagurunathan S3-Jan-08 23:20 
AnswerRe: How to get selected text of a dropdownlist in javascript? Pin
Declan Bright4-Jan-08 0:01
Declan Bright4-Jan-08 0:01 
<script type="text/javascript">
    function go()
    {
        var myDropdown = document.getElementById('myDropdown');
        var myValue = myDropdown.options[myDropdown.selectedIndex].value;
        var myText = myDropdown.options[myDropdown.selectedIndex].innerHTML;
        window.alert('Selected Value: ' + myValue + ', Selected Text: ' + myText);
    }
</script>
    
<select id="myDropdown" onchange="go()">
    <option value=''>- Select -</option>
    <option value='Option1'>Option 1</option>
    <option value="Option2">Option 2</option>
    <option value="Option3">Option 3</option>
</select>


Declan Bright
www.declanbright.com

GeneralASP.Net AJAX Problem With VB.Net Pin
Member 46484913-Jan-08 17:14
Member 46484913-Jan-08 17:14 
GeneralRe: ASP.Net AJAX Problem With VB.Net Pin
Christian Graus3-Jan-08 17:20
protectorChristian Graus3-Jan-08 17:20 
GeneralRe: ASP.Net AJAX Problem With VB.Net Pin
Michael Sync3-Jan-08 18:49
Michael Sync3-Jan-08 18:49 
GeneralRe: ASP.Net AJAX Problem With VB.Net Pin
Member 46484913-Jan-08 20:36
Member 46484913-Jan-08 20:36 
GeneralRe: ASP.Net AJAX Problem With VB.Net Pin
Shog97-Jan-08 4:28
sitebuilderShog97-Jan-08 4:28 
General[Message Deleted] Pin
ram19743-Jan-08 16:31
ram19743-Jan-08 16:31 
GeneralRe: How to get User Confirmation Pin
Christian Graus3-Jan-08 17:21
protectorChristian Graus3-Jan-08 17:21 
GeneralEmail Pin
Civic063-Jan-08 10:15
Civic063-Jan-08 10:15 
GeneralRe: Email Pin
Christian Graus3-Jan-08 17:22
protectorChristian Graus3-Jan-08 17:22 
GeneralRe: Email Pin
Shog94-Jan-08 18:57
sitebuilderShog94-Jan-08 18:57 
GeneralRe: Email Pin
Shog94-Jan-08 18:57
sitebuilderShog94-Jan-08 18:57 
General[Message Deleted] Pin
Smashing_Perfect3-Jan-08 9:05
Smashing_Perfect3-Jan-08 9:05 
GeneralRe: sorry: radio button query Pin
Alaric_3-Jan-08 9:45
professionalAlaric_3-Jan-08 9:45 
GeneralAS3/Flash prgrmmr needs html help Pin
Force Code3-Jan-08 7:47
Force Code3-Jan-08 7:47 
GeneralRe: AS3/Flash prgrmmr needs html help Pin
Johnny ²3-Jan-08 17:19
Johnny ²3-Jan-08 17:19 
GeneralRe: AS3/Flash prgrmmr needs html help Pin
Force Code3-Jan-08 18:22
Force Code3-Jan-08 18:22 
Generalunhandled exception in crdb_adoplus.dll Pin
Ritesh12343-Jan-08 5:22
Ritesh12343-Jan-08 5:22 

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.