JSP and javascript binding???
Hi,
I have a problem which I hope someone can help me with. I have an jsp page which also has some javascript in. The idea is that when a user presses a button on the page a busy cursor appears(java script) and some text appears to show the progress or status.
I have the javascript to do this and I have tested the jsp, but not sure how I link them both together??? The jsp creates a threaded class which provides an interface to for current percentage and current state.
Hope someone can help.