Click here to Skip to main content
15,885,546 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Windows Media Player in Firefox Pin
aqui_i27-Jul-09 23:47
aqui_i27-Jul-09 23:47 
GeneralRe: Windows Media Player in Firefox Pin
Marc Firth28-Jul-09 0:10
Marc Firth28-Jul-09 0:10 
GeneralRe: Windows Media Player in Firefox Pin
aqui_i28-Jul-09 19:03
aqui_i28-Jul-09 19:03 
GeneralRe: Windows Media Player in Firefox Pin
Abhishek Sur28-Jul-09 2:32
professionalAbhishek Sur28-Jul-09 2:32 
GeneralRe: Windows Media Player in Firefox Pin
aqui_i28-Jul-09 19:12
aqui_i28-Jul-09 19:12 
QuestionAccordion / Accordion pane OnClick event Pin
kKamel27-Jul-09 20:45
kKamel27-Jul-09 20:45 
AnswerRe: Accordion / Accordion pane OnClick event Pin
Marc Firth27-Jul-09 21:53
Marc Firth27-Jul-09 21:53 
GeneralRe: Accordion / Accordion pane OnClick event Pin
kKamel27-Jul-09 22:10
kKamel27-Jul-09 22:10 
Well This Might Work on JS and i will check it now but how about server events. There is something written on js let me post the code and you can check it and please if you understood it tell me Big Grin | :-D

function pageLoad(sender, args)
 {
   var accordEx1 = $find('MyAccordion_AccordionExtender');


     accordEx1.add_selectedIndexChanged(onSelectedIndexChanged);
 }

 function onSelectedIndexChanged(sender, args)
 {
       var behavior = $find('MyAccordion_AccordionExtender');

       var i = behavior.get_SelectedIndex();
       var control_clientId='<%= GetControlClientID() %>';
       if(control_clientId != "null")
       {
           var text= $get(control_clientId);
           text.value="i am "+i;

       }
  }


sure some of the code is related to the writers project but in general is this related to a solution for what am searching for???
GeneralRe: Accordion / Accordion pane OnClick event Pin
Marc Firth27-Jul-09 22:12
Marc Firth27-Jul-09 22:12 
GeneralRe: Accordion / Accordion pane OnClick event Pin
kKamel27-Jul-09 22:27
kKamel27-Jul-09 22:27 
Questiondisplay different in different browser Pin
Any_India27-Jul-09 19:07
Any_India27-Jul-09 19:07 
AnswerRe: display different in different browser Pin
Marc Firth27-Jul-09 21:46
Marc Firth27-Jul-09 21:46 
AnswerRe: display different in different browser Pin
Marc Firth27-Jul-09 21:49
Marc Firth27-Jul-09 21:49 
QuestionContent management system Pin
myinstincts27-Jul-09 15:51
myinstincts27-Jul-09 15:51 
AnswerRe: Content management system Pin
Robin_Roy27-Jul-09 17:28
Robin_Roy27-Jul-09 17:28 
AnswerRe: Content management system Pin
Marc Firth27-Jul-09 21:56
Marc Firth27-Jul-09 21:56 
AnswerRe: Content management system Pin
Ashfield28-Jul-09 1:52
Ashfield28-Jul-09 1:52 
Questionbasic Dropdown item formating question Pin
SomeGuyThatIsMe27-Jul-09 10:13
SomeGuyThatIsMe27-Jul-09 10:13 
AnswerRe: basic Dropdown item formating question Pin
Mike Ellison27-Jul-09 10:19
Mike Ellison27-Jul-09 10:19 
GeneralRe: basic Dropdown item formating question Pin
SomeGuyThatIsMe27-Jul-09 10:26
SomeGuyThatIsMe27-Jul-09 10:26 
GeneralRe: basic Dropdown item formating question Pin
Marc Firth27-Jul-09 21:58
Marc Firth27-Jul-09 21:58 
QuestionHow To: automatically poll a Web-Database Pin
:o:k:27-Jul-09 7:02
:o:k:27-Jul-09 7:02 
AnswerRe: How To: automatically poll a Web-Database Pin
Mike Ellison27-Jul-09 8:48
Mike Ellison27-Jul-09 8:48 
GeneralRe: How To: automatically poll a Web-Database Pin
:o:k:27-Jul-09 18:08
:o:k:27-Jul-09 18:08 
AnswerRe: How To: automatically poll a Web-Database Pin
Robin_Roy27-Jul-09 17:31
Robin_Roy27-Jul-09 17:31 

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.