Мне нужно знать, как я могу вызвать приведенный ниже Javascript с событием нажатия кнопки в Asp.Net
<script type='text/javascript'>
$("#various3").fancybox({
'width': '75%',
'height': '75%',
'autoScale': false,
'transitionIn': 'none',
'transitionOut': 'none',
'type': 'iframe'
});
</script>
Это моя обычная кнопка Asp.Net
<asp:Button ID="Button1" runat="server" Text="Button" />