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>'; Quote 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. Quote 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 Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/247754-button-is-not-working/#findComment-1272254 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.