Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
Onclick in PHP then go to a function... take a look, this script works for me. :-) [code=php] <?php echo '<form name="forma" method="post" action="member_notificaciones.php">'; echo '<label>'; ?> <!-- cuadro de dialogo para aceptar eliminación de inscripción --> <input type="submit" name="no_ins" value="eliminar" onclick="return confirm('Estas seguro que deseas desinscribirte?');" /> <?php echo …
The End.
ivancarrascoq