CodeIgniter Forums
back button problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: back button problem (/showthread.php?tid=48338)



back button problem - El Forum - 01-12-2012

[eluser]Unknown[/eluser]
Hi,

in my project, i have this page with dynamically created inputs in jQ after button was clicked. So if I click the button 10 times, 10 inputs show up. The problem is that when I want to go back to the previous page, i have to click 10 times "back" button in browser, althought i was still on the same page.

Is this normal behavior? Is there any solution to fix it so that I went back to the previous page after one "back button" click?

Thanks