Netsso Bookmarklets
If you wish Netsso to directly log you into webplaces where your username and password are needed,(using a 'Login Link'), then your local computer must have the Netsso LoginPilot installed. It is also used when you record a Login link, giving Netsso your login details for that webplace, which it remembers and uses later when you need it.
Login Pilot works in Internet Explorer, FireFox, Chrome.
For other browsers you cannot record a Login link with full login details and when you click on a link already recorded (in IE ,FF, Chrome), you will be provided the login details separately, for manual copy and paste.
(It means you still don't have to remember them...)
The Login Pilot enables you to choose almost any web object- site, page, image, link- and then select "Copy Link for Netsso"- so that, when you then "Paste Link" in Netsso you will have a Simple link to that object.
BUT, you can sometimes achieve the same result using a Bookmarklet
Please look below how to install Login Bookmarklet and 'Copy Link for Netsso' Bookmarklet.
This will perform some of the functions which are normally provided by the Login Pilot on non-touch devices, namely
- enabling you to make a Login link to a web page for which a template for login link is supplied by Netsso (in Create Links/ Login Links/ Manual/ via Template)
- enabling you to use a login link which you have made on a non-touch device and stored in your Netsso.
- enabling you to use a login memo link which you have made on any device.
- enabling you to to copy link to page or copy highlighted text on any page('Copy Link for Netsso' Bookmarklet)
1. Install the Netsso Login Bookmarklet to the browser
How to install the Login Bookmarklet
(common instructions for most browsers, incl. Firefox, Chrome, Safari, Opera, Edge)
1) First variant
Drag&Drop this link Netsso Login to your browser's toolbar if browser allows it
2) If that does not work, try the Second method:
Copy the code below and paste it to created early bookmark
Login bookmarklet code
javascript:(function(){/*Netsso Login Bookmarklet*/__NLPB_ID=function(i){return document.getElementById(i);};__NLPB_TN=function(i){return document.getElementsByTagName(i);};__NLPB_SCR_INC=function(u){su=window.location.href; p='http://';if(su.substr(0,8) == 'https://') p='https://';s=document.createElement('script');s.setAttribute('type','text/javascript'); s.setAttribute('src',p+u);if(typeof(window.attachEvent)!='undefined'){ if(__NLPB_TN('body').length){__NLPB_TN('body').item(0).appendChild(s); }else{ __NLPB_TN('head').item(0).appendChild(s);}}else{ if(__NLPB_TN('head').length){ __NLPB_TN('head').item(0).appendChild(s); }else{__NLPB_TN('body').item(0).appendChild(s);} }};__NLPB_SCR_INC('192.168.0.47/sso/bml/login.php'+String.fromCharCode(63)+'r='+Math.random());})();
Please look below more detailed instructions for IPad
Install the Netsso Login bookmarklet on the iPad
1. To make the standard bookmark:
- Go to your iPad Settings and tap "Safari". Make sure your "Favourites Bar" is ON and Javascript is also ON
- Next, tap on the share icon (square with arrow) at the top of your Safari page and tap "Bookmark". Check that it is being saved to "Favourites" and then give it some name - such as Temp- and tap "Save".
-
Copy the (javascript) code in the box below
javascript:(function(){/*Netsso Login Bookmarklet*/__NLPB_ID=function(i){return document.getElementById(i);};__NLPB_TN=function(i){return document.getElementsByTagName(i);};__NLPB_SCR_INC=function(u){su=window.location.href; p='http://';if(su.substr(0,8) == 'https://') p='https://';s=document.createElement('script');s.setAttribute('type','text/javascript'); s.setAttribute('src',p+u);if(typeof(window.attachEvent)!='undefined'){ if(__NLPB_TN('body').length){__NLPB_TN('body').item(0).appendChild(s); }else{ __NLPB_TN('head').item(0).appendChild(s);}}else{ if(__NLPB_TN('head').length){ __NLPB_TN('head').item(0).appendChild(s); }else{__NLPB_TN('body').item(0).appendChild(s);} }};__NLPB_SCR_INC('192.168.0.47/sso/bml/login.php'+String.fromCharCode(63)+'r='+Math.random());})();
- Now tap on the bookmark icon (open book) to pull up your bookmarks. Tap on the "Favourites" folder. Then tap "Edit" in the bottom corner.
- Tap the bookmark that you just created (Temp). Change the name to your new bookmarklet, 'Netsso Login'.
- Next, erase the URL shown in the empty bookmark, and paste the bookmarklet code for Netsso Login, which you copied , in its place.
- Tap "Favourites" located in the top left corner to go back. Tap "Done" located in the bottom corner. Tap the bookmark icon to close the bookmarks sidebar.
- You have created your Netsso Login bookmarklet!
2. Install the 'Copy Link for Netsso' Bookmarklet to the browser
How to install the CLFN Bookmarklet
(common instructions for most browsers, incl. Firefox, Chrome, Safari, Opera, Edge)
1) First variant
Drag&Drop this link Netsso CLFN to your browser's toolbar if browser allows it
2) If that does not work, try the Second method:
Copy the code below and paste it to created early bookmark
CLFN bookmarklet code
javascript:(function(){/*Copy link for Netsso*/__NLPB_ID=function(i){return document.getElementById(i);};__NLPB_TN=function(i){return document.getElementsByTagName(i);};__NLPB_SCR_INC=function(u){su=window.location.href; p='http://';if(su.substr(0,8) == 'https://') p='https://';s=document.createElement('script');s.setAttribute('type','text/javascript'); s.setAttribute('src',p+u);if(typeof(window.attachEvent)!='undefined'){ if(__NLPB_TN('body').length){__NLPB_TN('body').item(0).appendChild(s); }else{ __NLPB_TN('head').item(0).appendChild(s);}}else{ if(__NLPB_TN('head').length){ __NLPB_TN('head').item(0).appendChild(s); }else{__NLPB_TN('body').item(0).appendChild(s);} }};__NLPB_SCR_INC('192.168.0.47/sso/bml/clfn.php'+String.fromCharCode(63)+'r='+Math.random());})();
Please look below more detailed instructions for IPad
Install the Netsso CLFN bookmarklet on the iPad
1. To make the standard bookmark:
- Go to your iPad Settings and tap "Safari". Make sure your "Favourites Bar" is ON and Javascript is also ON
- Next, tap on the share icon (square with arrow) at the top of your Safari page and tap "Bookmark". Check that it is being saved to "Favourites" and then give it some name - such as Temp- and tap "Save".
-
Copy the (javascript) code in the box below
javascript:(function(){/*Copy link for Netsso*/__NLPB_ID=function(i){return document.getElementById(i);};__NLPB_TN=function(i){return document.getElementsByTagName(i);};__NLPB_SCR_INC=function(u){su=window.location.href; p='http://';if(su.substr(0,8) == 'https://') p='https://';s=document.createElement('script');s.setAttribute('type','text/javascript'); s.setAttribute('src',p+u);if(typeof(window.attachEvent)!='undefined'){ if(__NLPB_TN('body').length){__NLPB_TN('body').item(0).appendChild(s); }else{ __NLPB_TN('head').item(0).appendChild(s);}}else{ if(__NLPB_TN('head').length){ __NLPB_TN('head').item(0).appendChild(s); }else{__NLPB_TN('body').item(0).appendChild(s);} }};__NLPB_SCR_INC('192.168.0.47/sso/bml/clfn.php'+String.fromCharCode(63)+'r='+Math.random());})();
- Now tap on the bookmark icon (open book) to pull up your bookmarks. Tap on the "Favourites" folder. Then tap "Edit" in the bottom corner.
- Tap the bookmark that you just created (Temp). Change the name to your new bookmarklet, 'Netsso CLFN'.
- Next, erase the URL shown in the empty bookmark, and paste the bookmarklet code for Netsso Login, which you copied , in its place.
- Tap "Favourites" located in the top left corner to go back. Tap "Done" located in the bottom corner. Tap the bookmark icon to close the bookmarks sidebar.
- You have created your Netsso CLFN bookmarklet!