View Single Post
Old Sep 9th, 2006, 12:22 PM   #6
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
This functionality could potentially be created as a Internet Explorer plugin or as a Firefox extension, but it would have to be an alteration to the browser on the client machine. Due to security issues, this sort of functionality is not available through server-side code. Websites can only interact with users in a deliberately limited fashion.

What one can do, however, is to send a mail from the server that contains the contents of the website. Another option is to get a macro-recording program and bind a series of commands (such as Ctrl-C, open outlook, new mail, Ctrl-V) to a hotkey of some description. I don't know of any program that can do this on Windows, but presumably there should be a way.
Arevos is offline   Reply With Quote