Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.39 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.     <script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
  5.     <style>
  6.         a, a:visited {
  7.             color: #ff0000;
  8.             text-decoration: underline;
  9.             cursor: pointer;
  10.         }
  11.     </style>
  12. </head>
  13. <body>
  14. <a onClick="Swal.fire('Este usuario no tiene cta cte');">Usuario SIN cta cte</a><br><br><br>
  15. <a href="ctacte.php?idusuario=1">Usuario CON cta cte</a>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement