


var currentUrl='http://www.chakpak.com/cpl/photoframe?id=159698&restore_saved_action_state=true'; var LOGIN_URL="/cpl/register?registrationStep=-1&nextStep=13&returnUrl=http%3A%2F%2Fwww.chakpak.com%2Fcpl%2Fphotoframe%3Fid%3D159698%26restore_saved_action_state%3Dtrue"
function setHidden(pid,sid) { var imageid = document.getElementById('imageid').value; document.getElementById('product').value = pid document.getElementById('style').value = sid var myntracallback = { success: submitMyntraForm, failure: submitMyntraForm } function submitMyntraForm() { document.getElementById('frm').submit(); } if (!loggedIn) { sendURL('/cpl/dummy?forward=log_myntra&imageId=' + imageid + '&pid=' + pid + '&sid=' + sid+"¬loggedin=true"); } // promptLogin(); sendURLWithCallback('/cpl/dummy?forward=log_myntra&imageId=' + imageid + '&pid=' + pid + '&sid=' + sid,myntracallback); }