Question Posted Thursday January 25 2007, 10:26 pm
Okay, so I went to this site [a long time ago] and I was like hmmm this poem is good and I highlighted and was about to click copy but a little pop up came up that said that I couldn't copy it. Does anyone know what program that is and where I cna get it for free?
killerface answered Friday January 26 2007, 2:10 am: I'd have to agree with the person below me--very dirt, very mean.
But I've learned in my experience, with right click prevention, some web sites you can just highlite and click control c [it's the same as copying-just without the right clicking]
theymos answered Friday January 26 2007, 12:24 am: Right click prevention is a dirty, mean trick. I discourage you from using it. Here's how you do it, though. Put this between the <head></head> tags in your HTML file:
<script type=text/javascript>
function copy()
{
alert("right clicking is disablednscript by theymos");
return false;
}
</script>
and put this IN the part of the page you want right-click prevented:
oncontextmenu="return copy()"
So if you want the whole page protected, do this to the body tag:
When the part of the page with my oncontextmenu="return copy()" in it is right clicked, a message displaying:
right clicking is disabled
script by theymos
will appear and the right-click menu will not. This method works for sure in firefox, in IE it will work, but IE might prevent the page from doing this and show a warning box at the top; there is no way to prevent this. [ theymos's advice column | Ask theymos A Question ]
afbabiidoll05 answered Thursday January 25 2007, 10:49 pm: u can go on xanga.com and hit blogrings at the top, and then type in quotes, and it will have a list of groups that have their xanga pages dedicated to quotes or poems ... by the way..xanga is like an online journal website
so then click one of the groups and click a member in there and they will probly have alot of good stuff!=] [ afbabiidoll05's advice column | Ask afbabiidoll05 A Question ]
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.