• Login

Snippets

Entries for 'JavaScript'

18
How to Add Javascript to a DNN Page header section in a Custom Module protected override void OnInit(EventArgs e)         {  ...

[Read the rest of this article...]

JavaScript, Page Header Section
Posted in: DNN, Custom Modules
20
function SetCookie(cookieName, cookieValue, nDays) { var today = new Date(); var expire = new Date(); if (nDays == null || nDays == 0) nDa...

[Read the rest of this article...]

JavaScript