Forum Moderators: phranque

Message Too Old, No Replies

How did they do this?

Preventing screen scraping...

         

theadvocate

7:27 pm on Jun 14, 2003 (gmt 0)

10+ Year Member



If you check out <snip> you can't scrape the text. I was trying to grab some boat show dates but it didn't work.

Of course all you have to do is save the file without the JS and you can copy all you want, so it doesn't really stop anybody, but I thought it was a pretty cool function to add to a website.

Can someone please identify what script or command they are using to do this?

Thanks!

[edited by: oilman at 10:25 pm (utc) on June 14, 2003]

TGecho

7:36 pm on Jun 14, 2003 (gmt 0)

10+ Year Member



Doesn't work in Opera (among other things) :)

Why don't you grab their Javascript and find out?

amoore

7:57 pm on Jun 14, 2003 (gmt 0)

10+ Year Member



I don't see anything odd on that page at all. What are you talking about?

What is it that you think "screen scraping" is? Are you trying to automate the task of pulling that page and parsing it in order to pull data out of it?

TGecho

8:33 pm on Jun 14, 2003 (gmt 0)

10+ Year Member



I think he means highlighting text. You can't in IE.

Key_Master

8:52 pm on Jun 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<body oncontextmenu="return false;" onselectstart="return false;">

TGecho

11:13 pm on Jun 14, 2003 (gmt 0)

10+ Year Member



Oh yeah, forgot about that one. Kinda useless if you ask me.

martinibuster

11:21 pm on Jun 14, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Ugh.