Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

anti- right-click scripts?

Name: Anonymous 2006-10-09 1:36

suggestions?

Name: Anonymous 2006-10-09 21:30

>>4
How 'bout you only get to the content w JS enebled?

<script language=javascript>
    document.write("<p> <img src='picture.png' align='right'> ");
    document.write("Text to go with the picture. </p>");
</script>
<noscript> <p>
    You just missed out on a picture and some text!
    That's what you get for not enabling JavaScript.
</p> </noscript>

Name: Anonymous 2006-10-09 22:10

>>6
or rather,

<script type="text/javascript">
document.body.innerHTML=document.getElementById('bodycontent').innerHTML;
</script>

<div id="bodycontent" style="display: none;">
body content etc.
</div>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List