|
AJAX returning javascript problem
I have some AJAX code which basically updates a section of the screen with new content.
This new content contains some javascript in it. The javascript which is return by the ajax request does not work. So my question, is there a way to dynamicly refresh the event handlers or something else maybe to get the javascript returned to work. Not show how javascript works in terms of is it loaded into memoty or soemthing at the start of a page load, but is there a way to like reload the code so my my new Javascript will be picked up?
I know I could just have the javascript in the page that does the calling but there are 100's of screens it could call and therefore its not practical to do it this way.
TIA
Dale
__________________
Dale Ellis
__________________
|