Thanks for the response.
For the function, I found this and it works.
JS FUNCTION:
function copy2Clipboard(input)
{
try
Type: Posts; User: rechmbrs; Keyword(s):
Thanks for the response.
For the function, I found this and it works.
JS FUNCTION:
function copy2Clipboard(input)
{
try
I found " A JavaScript scientific calculator." at Javascript Kits http://www.javascriptkit.com/script/cut42.shtml and would like to add a button to copy the results to the clipboard. I have no...