Hi,
I am working on one project where i need to fetch data from mysql and show in popup window. I found some info abt it.
1. On mouse over call java script
2. Javascript will call Jsp funcntion.
3. Jsp will connect to mysql and fetch data
4. data will be sent back to javascript function and displayed in popup window.
How is it possible to call jsp function from javascript?
Regards
I am working on one project where i need to fetch data from mysql and show in popup window. I found some info abt it.
1. On mouse over call java script
2. Javascript will call Jsp funcntion.
3. Jsp will connect to mysql and fetch data
4. data will be sent back to javascript function and displayed in popup window.
How is it possible to call jsp function from javascript?
Regards
Comment