This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Link protection with PIN?
#6
Hi there , i need this function for my link to certain page but i dont want tu use PIN in VisStructure. Can you update Javascript for a page ID instead of external link.

$(function(){
  $('.mylink').off('vclick').on('vclick', function(e) {
    showPincode('1234', {
      callback: function() {
        window.location = 'https://forum.logicmachine.net/';
      }
    });
    
    return $.stopEvent(e);
  });
});
Reply


Messages In This Thread
Link protection with PIN? - by Habib - 29.09.2017, 11:35
RE: Link protection with PIN? - by admin - 29.09.2017, 11:53
RE: Link protection with PIN? - by Habib - 29.09.2017, 15:40
RE: Link protection with PIN? - by admin - 29.09.2017, 16:47
RE: Link protection with PIN? - by Habib - 29.09.2017, 16:52
RE: Link protection with PIN? - by savaskorkmaz - 06.07.2021, 09:10
RE: Link protection with PIN? - by admin - 06.07.2021, 11:36

Forum Jump: