V
Veerle
Hi,
I have a web page and at the end of the page I have inserted some
javascript that checks if Acrobat Reader plugin is installed. If it is
not installed, I disable some elements (buttons, checkboxes, ...) on
the page. This javascript is at the end of the page, because
javascript cannot identify html elements if they are defined below the
script.
Some of the elements that I disable when the plugin is not installed
are on an updatepanel. When a partial postback takes place, these
elements are enabled again, because of course the javascript that
checks for the Acrobat Reader plugin is only executed on page load,
and not after a partial postback...
So I was wondering if there is some way, to execute some javascript
code or a javascript function after a partial postback, so when
rendering the html from the partial postback?
Veerle
I have a web page and at the end of the page I have inserted some
javascript that checks if Acrobat Reader plugin is installed. If it is
not installed, I disable some elements (buttons, checkboxes, ...) on
the page. This javascript is at the end of the page, because
javascript cannot identify html elements if they are defined below the
script.
Some of the elements that I disable when the plugin is not installed
are on an updatepanel. When a partial postback takes place, these
elements are enabled again, because of course the javascript that
checks for the Acrobat Reader plugin is only executed on page load,
and not after a partial postback...
So I was wondering if there is some way, to execute some javascript
code or a javascript function after a partial postback, so when
rendering the html from the partial postback?
Veerle