K
Kevin Spencer
Hi Barry,
The only way to do this is on the client side, which means that your first
Request isn't going to tell you anything, until you return your first
Response. At that point, you can use some JavaScript on the client side to
see whether it's enabled. If it doesn't run, it isn't enabled. For example,
you could attempt to set the value of a hidden form field. When the page
posts back, if the hidden form field has the same value it originally had,
you know that the JavaScript didn't work.
--
HTH,
Kevin Spencer
Microsoft MVP
Digital Carpenter
A man, a plan, a canal,
a palindrome that has gone to s**t.
The only way to do this is on the client side, which means that your first
Request isn't going to tell you anything, until you return your first
Response. At that point, you can use some JavaScript on the client side to
see whether it's enabled. If it doesn't run, it isn't enabled. For example,
you could attempt to set the value of a hidden form field. When the page
posts back, if the hidden form field has the same value it originally had,
you know that the JavaScript didn't work.
--
HTH,
Kevin Spencer
Microsoft MVP
Digital Carpenter
A man, a plan, a canal,
a palindrome that has gone to s**t.