hai,
like to know whether the vb component can be linked to jsp .If yes pls explain how to do this?
thanxs in advance
Printable View
hai,
like to know whether the vb component can be linked to jsp .If yes pls explain how to do this?
thanxs in advance
Doubtful. But you could probably do it with ASP using JScript. Not sure how though.
hai, thanxs fro reply
i want to connect the vb component to the jsp pages
if anyone knows pls reply
I'm not to familiar with Java Server Pages, but it might be possible to do some kind of wrapper for the .dll. You would have to make a Java class that would know how to call the appropriate COM API or whatever's in your vb component. Visual J++ seems to automatically be able to do that, but you'd be locking yourself into MS's technologies.