adhbvklwqdbviabjiawdnbij Posted September 24, 2011 Share Posted September 24, 2011 Why the button "Enviar Emails" is not working? --> http://www.ibnshare.com/email/ (login: 123abc password: 123abc) echo '<form action = "send.php" method = "post">'; echo '<strong>Assunto do Email</strong><br />'; echo $emailSubject; echo '<br />'; echo '<strong>Corpo do Email</strong><br />'; echo $emailBody; echo '<br /><br />'; echo '<input name = "send" type = "button" value = "Enviar Emails" />'; echo '</form>'; Link to comment https://forums.phpfreaks.com/topic/247754-button-is-not-working/ Share on other sites More sharing options...
Freedom-n-Democrazy Posted September 24, 2011 Share Posted September 24, 2011 I cannot view that site as it is password protected. Link to comment https://forums.phpfreaks.com/topic/247754-button-is-not-working/#findComment-1272249 Share on other sites More sharing options...
adhbvklwqdbviabjiawdnbij Posted September 24, 2011 Author Share Posted September 24, 2011 login: 123abc password: 123abc Link to comment https://forums.phpfreaks.com/topic/247754-button-is-not-working/#findComment-1272250 Share on other sites More sharing options...
Pikachu2000 Posted September 24, 2011 Share Posted September 24, 2011 Try type="submit" instead. Link to comment https://forums.phpfreaks.com/topic/247754-button-is-not-working/#findComment-1272251 Share on other sites More sharing options...
Freedom-n-Democrazy Posted September 24, 2011 Share Posted September 24, 2011 Your welcome. Link to comment https://forums.phpfreaks.com/topic/247754-button-is-not-working/#findComment-1272254 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.