D
Dan Foody
I've embedded a .NET 1.1 control in a web page for use in IE (using
the "object" tag). There are two challenges I'm facing: if the
machine does not have the 1.1 framework installed or if the .NET
security does not allow the control to initialize the user is faced
with a big blank area and won't know what to do about it.
How would I go about redirecting the user to a help page only if the
control can't initialize? Or are there alternate approaches someone
can recommend?
Thanks.
the "object" tag). There are two challenges I'm facing: if the
machine does not have the 1.1 framework installed or if the .NET
security does not allow the control to initialize the user is faced
with a big blank area and won't know what to do about it.
How would I go about redirecting the user to a help page only if the
control can't initialize? Or are there alternate approaches someone
can recommend?
Thanks.