Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-22-2009, 06:10 AM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
how does it do this

if i go here: http://www.dailymail.co.uk/sciencete...olf-image.html

and select the title text only > COPY

and PASTE here, i get

Probe launched over claims winner of Wildlife Photographer of the Year faked wolf image

Read more: http://www.dailymail.co.uk/sciencete...olf-image.html



which is pretty clever because it gives a link back, if i check the source, firefox just shows that the title is selected. where does it get the link back from?
Reply With Quote
  #2  
Old 12-22-2009, 06:49 AM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

Ooooh now that is pretty clever, i'd like to know the answer to this as well ;P

EDIT: If i paste into the address bar in chrome, it pastes the same as here, with the 'read more' bit as well.
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
  #3  
Old 12-22-2009, 09:14 AM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Send a message via MSN to atholon
Probably in Javascript
__________________
Reply With Quote
  #4  
Old 12-22-2009, 09:17 AM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Send a message via MSN to atholon
Code:
 
<!-- SiteCatalyst code version: H.20.3.
Copyright 1997-2009 Omniture, Inc. More info available at
http://www.omniture.com -->
 
<script type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s_domain = (document.location.hostname.indexOf('mailonsunday') > -1) ? 'mailonsunday' : 'dailymail';
s.channel='/' + s_domain;
s.pageName=s.channel + '/sciencetech/article';
s.prop1='/sciencetech';
s.prop2='/sciencetech';
s.prop3='';
s.prop4='article';
s.prop5='Wildlife Photographer of the year winner allegedly faked wolf image\n';
s.prop6='1237468';
s.prop7='';
s.prop8='';
s.prop9='';
s.prop10='';
s.prop11= $T.getCookie('authid') ? 'Logged In' : 'Logged Out';
s.prop17='';
s.prop18='';
s.prop19='';
s.prop20='';
s.prop21= $T.getCookie('userid') ? $T.getCookie('userid') : '';
s.prop22= ''; // Partner ID here: (self != top) ? ... : '';
s.products='';
/* Hierarchy Variables */
s.hier2=s_domain + s.prop2;
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><!--/DO NOT REMOVE/-->
__________________
Reply With Quote
  #5  
Old 12-22-2009, 09:18 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

http://www.tynt.com/

__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #6  
Old 12-22-2009, 09:22 AM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Send a message via MSN to atholon
It is pretty simple to do... they just use something like getElementById or one of the similar ones in Prototype or Jquery for classes notice the class of the div sorrounding the <h1>?

They may even have a event handler trigger on the entire document for when you hit control + c
__________________
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 03:26 PM.




Powered by vBulletin®