pdf control check

  • Thread starter Thread starter greg
  • Start date Start date
G

greg

Hi

Maybe it is a JS scripting question
I am sorry if the question will seem out of context but we program .NET/c#
and i am used to this forum....

in webform i generate thru startup script:

<script>
window.location = '/somesite/aaaa.pdf';
</script>


How can I tell the user that the browser has activex's disabled
so PDF will not display?
if they are disabled it shows empty page with a tiny diamond in the upper
left corner
it does not stay on the same page i redirected!!!

Thanks
GSL
 
Back
Top