Código Javascript:
Ver original
<script type="text/javascript"> $("#Prueba").click(customAlert({ alertTitle : 'Notice!', alertOk : 'OK', draggable : false })); </script> </head> <body> Test<input name="Prueba" id="Prueba" type="button" value="Hola"> </body> </html>