A colleague of mine is working with Java servlets and is experiencing problems when trying to deliver javascript to the server. She is able to create a string and push this back to the server (from the servlet) in order to create HTML pages on the fly. However when passing javascript to the server she is not seeing the required results. The button on the page produced is supposed to run a function when clicked (according to a javascript function) but on clicking the button she is presented with a message indicating something like 'function not recognised'. Is it just a case of formatting the string being pushed back to the server to maintain the javascript or are we overlooking something ?
Can anyone give us some help with this ?
Thanks in advance.
Steve
Can anyone give us some help with this ?
Thanks in advance.
Steve