var currentUserName= $().SPServices.SPGetCurrentUser({
webURL:currentAbsoluteUrl,
fieldName: "Name",
debug: false
});
i have tried the above code but it is not working
am getting another error also SPService is undefined
please help me how to solve this problem