File "AutoBookmark.js"

Full path: /var/www/vhosts/msproyectoscloud.cl/siadrecursos.msproyectoscloud.cl/RECURSOS/recursos.siadspsminsal.cl/Dolor_cronico/M2/scormdriver/auto-scripts/AutoBookmark.js
File size: 319 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Back

function SetBookmark() {
    var SD = window.parent,
        loc = window.location.href
    ;

    SD.SetBookmark(
        loc.substring(loc.toLowerCase().lastIndexOf("/scormcontent/") + 14, loc.length),
        document.title
    );
    SD.CommitData();
}

//Automatically set a bookmark for this page.
SetBookmark();