Jump to content

Using ajax to control one part of a page.


sandeep.bansal

Recommended Posts

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,

Link to comment
https://forums.phpfreaks.com/topic/54318-using-ajax-to-control-one-part-of-a-page/
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.