Guardian-Mage Posted July 11, 2007 Share Posted July 11, 2007 My website is AJAX Driven. There is one problem with AJAX most people know, you can't go back or forward. Check out my website. The Main part of the navigation is AJAX using anchors and the rest in normal AJAX. I have it so the main menu will load the new pages using AJAX but have an anchor. Like this: <a href="#index.php" title="Return to the home page" onclick="changePage('index.php','main')">Home</a> That will change the URL and enable back,forward, and bookmarks. I was just wondering, is this AJAX. As far as I can tell it is, the page doesn't seem to reload, just use AJAX to modify the content. Please let me know if I actually did something here. my website is http://wamboldt.ictonentertainment.com/ Quote Link to comment Share on other sites More sharing options...
sayedsohail Posted July 11, 2007 Share Posted July 11, 2007 something is lopping, are you trying to hack our systems or possibly you made some mistakes in your coding. Quote Link to comment Share on other sites More sharing options...
Guardian-Mage Posted July 11, 2007 Author Share Posted July 11, 2007 what? What does lopping mean? I am not trying to hack your systems, the code works fine on my machine. What specifically was the error? Quote Link to comment Share on other sites More sharing options...
sayedsohail Posted July 11, 2007 Share Posted July 11, 2007 its constantly keeping the browser busy. Quote Link to comment Share on other sites More sharing options...
Guardian-Mage Posted July 11, 2007 Author Share Posted July 11, 2007 which browser? Quote Link to comment Share on other sites More sharing options...
Guardian-Mage Posted July 11, 2007 Author Share Posted July 11, 2007 This topic is closed Quote Link to comment 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.