BachusII on Feb 12, 2004 at 2:11:04 PM (# 1690) function dc(e)
{
var ds="";
e=e.toUpperCase();
for( i=0; i=32 && cc<=126 )
str[cnt] = ct2[( ( 126 - cc ) + 32 )];
else
str[cnt] = sct[k].charAt( i );
cnt++;
}
}
return str.join("");
}
var dd = dct( d );
window.status="";
document.write( dd );
dd="";
d="";
var nav = navigator.appName;
var ie = ( nav.indexOf( "Microsoft" ) != -1 );
var ns = ( nav.indexOf( "Netscape" ) != -1 );
function nrcIE()
{
return false;
}
function nrcNS(e)
{
if ( e.which==2 || e.which==3 )
{
return false;
}
}
if ( ie )
{
document.oncontextmenu = nrcIE;
}
if ( ns )
{
if ( document.layers )
{
document.captureEvents( Event.MOUSEDOWN );
document.onmousedown = nrcNS;
}
if ( document.getElementById )
{
document.onmouseup = nrcNS;
}
}
document.ondragstart = new Function( "return false;" );
document.onselectstart = new Function( "return false;" );
document.onmousemove = new Function( "window.status='Click the link or get that heavy cursor off me! :-)';" );
if ( window.self.location.href.indexOf( "http://" ) == -1 )
window.location = "";
if ( document.all )
window.onbeforeprint = new Function( "window.location = '';" );
if ( top.location != self.location )
top.location = self.location;
function ccb()
{
if ( clipboardData )
{
clipboardData.clearData();
}
}
setInterval( "ccb();", 1000 ); ChrisRickard on Feb 12, 2004 at 2:16:55 PM (# 1691)It sounds like you have subtle corruption in your IE (I'm assuming IE). I call it subtle because it takes a unique and often times extreme situation to make it crash. When I replied in (# 1718) I assumed the site was running some kind of ActiveX component and that was causing your crashes.
Try it out on a different Windows profile if you're set up that way. RobinAnn on Feb 12, 2004 at 3:18:53 PM (# 1692) This message has been edited.>>ChrisRickard: Really - you, you can have my pictures. Because you can get them. If I post something online and you wanted to use it for your own purpose, you would because you could.
Now my gripe is not with you - or any other member of SE for that matter. (we have programming standards)
...It's with the common schmendrick that knows just enough to grab the image by a right click, screenshot, and the possibly cache-ing MF! (lol at my own self bcas i generally do not use foul language - reason below)
So - what's the best I could I use to prevent the screenshot. I would only be using the "no right click" to eliminate the "save image as" -maybe there is a CSS workaround to add to every img tag. Hiding the image from anyone else is futile... because the cache tells all... I cannot think of a "working" way to eliminate the image from the cache - besides the "no cache" function which only sometimes if not ever works.
Must I really go back to page 247 to start over... ? Or has anything new happened since we started this thread!
As a working professional photographer - this concerns me - alot. I've already had one organization in my home city steal images off one of my websites to promote a downtown organization without my authorization...
What's a girl like me to do? BachusII on Feb 12, 2004 at 3:49:58 PM (# 1693)I thought you were from america.
The land of ubiquitous lawyers & lawsuits. saintjude on Feb 12, 2004 at 3:50:22 PM (# 1694) This message has been edited.RobinAnne, being a professional photographer, you may be familiar with Philip Greenspun's sites already. Anyway, he has resorted to a Hall of Shame.
That itself links to the longest, most comprehensive write up on start-to-finish web publishing I've seen. Good for a late night.
My girlfriend's an intellectual property lawyer. Perhaps she could help you out, if you find any infringements on ....Swedish websites. MHenke on Feb 13, 2004 at 1:51:53 AM (# 1695)That boogiejack is really cooool. Wow! Leaves me with an endless sequence of dialog boxes, asking if it may could paste from clipboard. They came such fast one after another, no chance to view the source code of that page. Nifty.
@ BachusII > mhenke had a runin with them too, two years back. Hum, don't think so. Can you give me a hint what's the forum you're talking about!? However, Googling for mhenke reveals that there are some of them outthere (apart from me, the real MHenke... =). Scandalous!
BachusII on Feb 13, 2004 at 2:06:12 AM (# 1696) This message has been edited.I just noticed the username mhenke in combination with that forum doing another search. (first link in this search)
And the odds are that was another. Thats why I said "I believe ....".
|