One approach is to use a webservice. So you expose your business layer thru
the webservice. On your client, you attach your javascript to the webservice
using the webservice behavior. This is strictly client-side.
http://msdn.microsoft.com/workshop/a...e/overview.asp
Another approach is to use XML-HTTP. In this approach, you would instantiate
the xml-http object and use it to make calls into the .net layer from the
client/html page.
Both these approaches rely on IE 5+ only.
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @
http://tinyurl.com/27cok
----------------------------------------------------------
"Mark Broadbent" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Does anybody know of any good url references that give good examples of
> accessing .net dlls or exes through Javascript. I cannot do this through
> aspx or asp pages but only client side .html code.
>
> --
> Best Regards,
>
> Mark
>
> Mark Broadbent
>
> mcad,mcdba,mcse+i
> emailto: newsgroupsATmettayyaDOTgotadslDOTcoDOTuk
> remove AT with '@' and DOT with '.' -please do not send spam or address
> will be changed!
>