Click to See Complete Forum and Search --> : isapi communication using javascript


gjiyer123456789
January 20th, 2005, 02:40 AM
I have an ISAPI dll, with some functions in that dll. Those functions will return buffer data as return value. I want to access the isapi dll and get the return value of the functions in a variable using javascript concepts. Please provide any solution as early as possible.

visualAd
January 20th, 2005, 05:15 AM
This cannot be done for security reasons, Javascript is client side and isapi's are server side. No reason why you cannot access them via ASP or PHP from the server though and facilite communication with it via a wrapper written in either of those lanaguages.