wonderlust
Registered Member
- Jul 23, 2010
- 50
- 2
how can i see just how this site looks like? I put all of it in an index.html file and then tried to run it but it only shows the html code and not the site... what am i doing wrong?
Just look at his demo page source. (i removed his locker code)
Now to use it the way he is you need to buy ContentLock Pro (sold here on BHW)Code:<html> <head> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"> </script> <title>CelebrityLeaks.Net </title> </head> <body> <noscript> <style type="text/css"> .pagecontainer {display:none;} </style> <div class="noscriptmsg"> <h2>This Website requires Javascript enabled. Please enable it and refresh the page to view our content.</h2> </div> </noscript> <div class="pagecontainer"> <!-- Declare yourFunction --> <script type="text/javascript" language="javascript"> function yourFunction(){ document.getElementById('yourfirDiv').style.display='block'; document.getElementById('yoursecDiv').style.display='none'; } </script> <p align="center"> </p> <h1 align="center"> <font color="#808080">Kim Kardashian New SEX Tape! CelebrityLeaks Exclusive! Enjoy =P </font> </h1> <center> <img src="http://img705.imageshack.us/img705/1993/mysexychica.jpg" id="watch_button" border="0"> </center> <p> <!-- Declare your OnClick Link, set timeout to swap divs, place OnClick Link within yoursecDiv --> </p> <!-- Declare your Real Link, place Real Link within yourfirDiv --> <p> </p> </div> </body></html>