hvle Posted January 3, 2007 Share Posted January 3, 2007 Is it possible to bind the onReadyStateChange to a function pointer?This way, we can dynamicly change the response handling function.Thank for you reply. Link to comment https://forums.phpfreaks.com/topic/32671-bind-onreadystatechange-to-a-dynamic-function-pointer/ Share on other sites More sharing options...
ober Posted January 3, 2007 Share Posted January 3, 2007 I personally don't think it's possible. You can already change the response handling function, but you have to do it through references to other elements on the page or some other way. Link to comment https://forums.phpfreaks.com/topic/32671-bind-onreadystatechange-to-a-dynamic-function-pointer/#findComment-152209 Share on other sites More sharing options...
hvle Posted January 7, 2007 Author Share Posted January 7, 2007 yep, it true, can't be done.perhap they have left room for improment? Link to comment https://forums.phpfreaks.com/topic/32671-bind-onreadystatechange-to-a-dynamic-function-pointer/#findComment-154932 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.