R
Ryu
Hi,
May I know how to prevent Javascript from being dlownloaded when the user
saves at "View Source"? I have added "js" at IIS's application
configuration's mapping and i have added the following at web.config:
But the javascript is still being downloaded. Please help
<httpHandlers>
<add verb="*" path="../ig_common.js"
type="System.Web.HttpForbiddenHandler"/>
</httpHandlers>
May I know how to prevent Javascript from being dlownloaded when the user
saves at "View Source"? I have added "js" at IIS's application
configuration's mapping and i have added the following at web.config:
But the javascript is still being downloaded. Please help
<httpHandlers>
<add verb="*" path="../ig_common.js"
type="System.Web.HttpForbiddenHandler"/>
</httpHandlers>