<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d32752028\x26blogName\x3dThe+Journey+To+E-Dollars\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://journey2edollars.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://journey2edollars.blogspot.com/\x26vt\x3d7682972605504667360', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script> <iframe src="http://www.blogger.com/navbar.g?blogID=32752028" height="30px" width="100%" marginwidth="0" marginheight="0" scrolling="no" id="navbar-iframe" frameborder="0"></iframe>
Free Fast Track To E-Dollars Tutorial. Click here to find out more!

Wednesday, August 30, 2006

Password protected access

I have some enquiries regarding password protected access. So for today i'll focus on people who are using free web hosting like blogspot (people who don't have a dedicated server directory). The password protection here won't be as good as what is possible if you have your own paid web host. Anyway, i think it is enough to keep most people out.

Here is the demo. Click on the LOGIN button. (You can change the button to anything that's appropriate according to your website needs) Soon you will be taken to a log-in page, so see you there!





You can use this example where you might need a customer to pay first before you email the customer the username and password to access certain content in your website. After the payment is made, the customer is directed to a log-in page and he can get his username and password from his mailbox.

I'll touch on the more secure server-side password protected access soon. Let me know if you have any questions!