You're best bet will probably be to strip out the functions and roll them
into a class in your .Net site/project...
--
Curt Christianson
site:
http://www.darkfalz.com
blog:
http://blog.darkfalz.com
"" wrote:
> I have been handed a group of .asp javascript pages that will provide a
> set of javascript objects and computational functions, no controls or
> html. I need to be able to create these objects and make function
> calls from my ASP.NET project. Is it possible to do this? If so,
> how...can I somehow compile them into my project?
>
> Thanks,
> Elizabeth
>
>