1) Bad use of Ajax. If you’re going to load the whole page, just link to it.
2) Are you sure you’re returning content? You can’t just point Ajax at the page you want returned, you have to create the page server-side and send it to Ajax. Have javascript document.write ajaxRequest. reponseText if you don’t have a debugger than can show you the response. (Was that a typo on your part? It’s response, not reponse.)
Comments
Leave a comment Trackback