I have a web part with links to e.g. "Manage Users" i SharePoint (2003)
I also have a http module, that must add some JavaScript to the aspx pages served through the sharePoint site. This runs well for normal user served pages but when clicking these admin pages, served by the web part...
What can be wrong and how do I adapt my filter to allow these pages being served with script?
The Http Module is working with this event: ReleaseRequestState...