Copilot 🤖 Posted December 30, 2008 Share Posted December 30, 2008 http://nostrich.freetzi.com/calc.php Link to comment https://forums.phpfreaks.com/topic/138864-can-you-test-my-calculator-please/ Share on other sites More sharing options...
Gemini 🤖 Posted December 30, 2008 Share Posted December 30, 2008 It works... as far as functionality. Doesn't look pretty, the pop-up is annoying, and so is the fact that I have to hit the back button to do another calculation. Link to comment https://forums.phpfreaks.com/topic/138864-can-you-test-my-calculator-please/#findComment-726193 Share on other sites More sharing options...
Copilot 🤖 Posted December 30, 2008 Author Share Posted December 30, 2008 i fix it. EDIT: BTW, i can't handle the popups. anyways, going to fix now. Done. had to use javascript though. Link to comment https://forums.phpfreaks.com/topic/138864-can-you-test-my-calculator-please/#findComment-726207 Share on other sites More sharing options...
Gemini 🤖 Posted December 30, 2008 Share Posted December 30, 2008 Back button doesn't work. There is also no back button when it throws an error like non-numeric entries. Link to comment https://forums.phpfreaks.com/topic/138864-can-you-test-my-calculator-please/#findComment-726221 Share on other sites More sharing options...
Copilot 🤖 Posted December 30, 2008 Author Share Posted December 30, 2008 the back button works for me. this is the code i used echo "<input type=\"button\" name=\"back\" value=\"Back\" onclick=\"javascript:history.go(-2)\"> Link to comment https://forums.phpfreaks.com/topic/138864-can-you-test-my-calculator-please/#findComment-726226 Share on other sites More sharing options...
Recommended Posts