I want to show a timeline on a button click, rather than on page load. I put the onload() function on a button, like this -
<asp:Button ID="Button5" runat="server" OnClientClick="showTL();" Text="Show Timeline" /> and changed the function name to showTL(). When I click the button, the timeline flashes on then disappears. Any help please! What I actually want to do is allow the user to select any timeline from a list and view it. I have been looking at this from every angle, but I don't quit know enough about HTML, JavaScript, VB etc. Frustrating... TIA Andrew McGurk -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
