08 Nov 2007, 15:41 
		
	
	
		I have been working on the following for some time. When text on a website is selected, enter the following into your address bar and the selected text will be emailed to you.
javascript electedText=document.selection.createRange().text;selectedText=escape(selectedText);void(location.href='mailto:?BODY='+selectedText);
electedText=document.selection.createRange().text;selectedText=escape(selectedText);void(location.href='mailto:?BODY='+selectedText);
it is all one line
	
	
javascript
 electedText=document.selection.createRange().text;selectedText=escape(selectedText);void(location.href='mailto:?BODY='+selectedText);
electedText=document.selection.createRange().text;selectedText=escape(selectedText);void(location.href='mailto:?BODY='+selectedText);it is all one line
Alexander Adams
Hull, East Yorkshire
DOC member - 389
Reg of first D experience - HEC 6T
	
Hull, East Yorkshire
DOC member - 389
Reg of first D experience - HEC 6T

 
 

