Guest User

Untitled

a guest
Jun 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. function showPanel() {
  2. $find('modal').show();
  3. setTimeout("hidePanel()",2000);
  4. }
  5. function hidePanel() {
  6. $find('modal').hide();
  7.  
  8. }
  9. </script>
  10. </head>
  11.  
  12. <cc1:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="SepeteEkle" PopupControlID="bilgi" DropShadow="true" BehaviorID="modal">
  13.  
  14. $find('behaviorID')
  15.  
  16. function showPanel()
  17. {
  18. $find('behaviorID').show();
  19. setTimeout("hidePanel()",2000);
  20. }
  21.  
  22. function hidePanel()
  23. {
  24. $find('behaviorID').hide();
  25. }
Add Comment
Please, Sign In to add comment