I've built a super-simple site that uses AJAX dynamic content to load the pages. (I used this script: http://www.dhtmlgoodies.com/index.ht...ynamic-content) I used dynamic content so that the flash header at the top wouldn't restart every time the user clicked to a new page.
View the site here: http://www.tiny.cc/affN9 (I don't want this post showing up on searches for the site)
The consensus is that the back buttons are needed. I've done some searching for Ajax back button support, but the solutions are over my head (my javascript is like my spanish ... I can read it, but I can't speak it.)
Is the complicated solution the best way to go? (as seen here: http://www.onjava.com/pub/a/onjava/2...ck-button.html)
Is there an easy way? Or a way to cheat my way through this?
Or should I just give up on the Ajax and do something else. Would an iframe be a better solution here?
|