Unselectable text at Snopes.com
Unselectable text at Snopes.com
am 09.10.2007 17:59:36 von Harlan Messinger
I can't figure out what it is that's preventing me from selecting text
on Snopes.com pages like the one at
http://www.snopes.com/politics/business/cell411.asp
I've tried it in IE and Firefox. Going by the source code, it all seems
like it should be ordinary, selectable web page content.
Re: Unselectable text at Snopes.com
am 09.10.2007 18:17:03 von Nevets Steprock
Harlan Messinger wrote:
> I can't figure out what it is that's preventing me from selecting text
> on Snopes.com pages like the one at
>
> http://www.snopes.com/politics/business/cell411.asp
>
> I've tried it in IE and Firefox. Going by the source code, it all
> seems like it should be ordinary, selectable web page content.
document.onmousedown=disableselect
http://www.dynamicdrive.com/forums/archive/index.php/t-3579. html
Re: Unselectable text at Snopes.com
am 09.10.2007 18:33:49 von a.nony.mous
Harlan Messinger wrote:
> I can't figure out what it is that's preventing me from selecting text
> on Snopes.com pages like the one at
>
> http://www.snopes.com/politics/business/cell411.asp
>
> I've tried it in IE and Firefox. Going by the source code, it all
> seems like it should be ordinary, selectable web page content.
Disable JavaScript and select what you want.
There is a transparent iframe in there, written with JavaScript. Not
sure if that is the cause, though.
--
-bts
-Motorcycles defy gravity; cars just suck
Re: Unselectable text at Snopes.com
am 09.10.2007 18:41:47 von a.nony.mous
G wrote:
> document.onmousedown=disableselect
> http://www.dynamicdrive.com/forums/archive/index.php/t-3579. html
Ah... I missed that in my glance at the source. Heh, much more subtle
than the usual "Nyah Nyah, you can't right-click here!"
--
-bts
-Motorcycles defy gravity; cars just suck
Re: Unselectable text at Snopes.com
am 09.10.2007 18:50:00 von Nevets Steprock
Beauregard T. Shagnasty wrote:
> G wrote:
>
>> document.onmousedown=disableselect
>> http://www.dynamicdrive.com/forums/archive/index.php/t-3579. html
>
> Ah... I missed that in my glance at the source. Heh, much more subtle
> than the usual "Nyah Nyah, you can't right-click here!"
;)
sneeky