sandeep.bansal Posted June 5, 2007 Share Posted June 5, 2007 I am trying to make an add on for a forum, i am trying to implement an ajax instant messaging client (which i have done) but i also want this client to keep running even when the user changes a page on the forum. so the instant messenger is on the page but when clicking a link the page will change without changing anything with the client. Is this possible, if so can someone help me thanks, Quote Link to comment Share on other sites More sharing options...
micah1701 Posted June 5, 2007 Share Posted June 5, 2007 if i understand what you're asking, you need to include() the IM script on every page of the forum....otherwise, there's no way for the script to run from page to page (otherwise, its not a browser based application)... of course, you could just have the script run in a pop-up window Quote Link to comment Share on other sites More sharing options...
sandeep.bansal Posted June 6, 2007 Author Share Posted June 6, 2007 Well like having ajax on top of ajax, but the main ajax needs to work with sessions Quote Link to comment Share on other sites More sharing options...
DaveJamieson Posted June 11, 2007 Share Posted June 11, 2007 popup. or code in every page of forum as a global. Quote Link to comment Share on other sites More sharing options...
sandeep.bansal Posted June 11, 2007 Author Share Posted June 11, 2007 im kind of new to this, can you tell me how i could achieve that? thanks.. 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.