Can an HttpModule invoke client-side Javascript?

128 views Asked by At

I am developing a custom application feedback tool, and I want a JavaScript popup to appear when the user visits a web application that asks if they'd be willing to provide feedback, similar to the pop-up you get here: http://www.foreseeresults.com/, when you first visit it.

Is invoking client side JavaScript possible with an HttpModule? The reason I want/need to use an HttpModule is because I need to be able to drop this in every one of our applications in our company.

0

There are 0 answers