Share this page 

Get the current page nameTag(s): Language


var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
alert(sPage);

mail_outline
Send comment, question or suggestion to howto@rgagnon.com