hi,
i need javascript code for know system having .NET Framework SDK or not.
reg
tech
Printable View
hi,
i need javascript code for know system having .NET Framework SDK or not.
reg
tech
Javascript doesn't allow access to the file system, so I don't think that will be possible.
hi,
then how can i know that client mechine have .net framework sdk or not.
my idea is
if client mechine has .net framework then a.aspx
or
b.aspx
Are you doing anything client side that would require the framework to be installed? If not, then what is it that you are trying to ultimately accomplish?
The client machine DOES NOT NEED .NET to run aspx files..... They get run on the server... all the client should get is the resulting HTML....
Tg