Dear All,
I am facing a strange problem.
which is as follows:
1. I have a JSP/HTML having a button scan.
2. On click of scan button, a javascript funtion (scan) is called.
3. The javascript function (scan) call another javascript function (scanPhoto).
4. The method scanPhoto is saved in a js file. The method scanPhoto use an Active X. The function of Active X is to load available TWAIN scanner in client system.
When I am running My JSP/Html file through j2ee application context root (
http://server:port/Test/TestScanner.jsp/htm), the Active X does not get initialize.
If I keep TestScanner.htm in C: drive or any where in system and open it in IE, the Active X work properly and giving me desired output.
Thanks
Naresh Saw