jquery - DotNetNuke include javascript on every page -


i want create module includes javascript on every page on dotnetnuke site. can include js file in current page,

clientresourcemanager.registerscript(this.page,  "~/desktopmodules/authenticationservices/zapperscantologin/view.js",  fileorder.js.jquery);  

but want install module on home page , include javascript on every page on dnn site. possible, how can it?

i modification skin, here steps module.

  1. create module (i recommend starting templates http://christoctemplate.codeplex.com)
  2. add js code
  3. add module homepage
  4. go module settings, choose display on pages

Comments

Popular posts from this blog

design - Custom Styling Qt Quick Controls -

Unable to remove the www from url on https using .htaccess -