Mon 22 Nov, 2004 05:13 am - Hre is my function code to copy one element on a form
function clipboard()
{
var oElement = document.getElementById("refnum");//get the refnum ID... (view)
Mon 22 Nov, 2004 04:13 am - String to clipboard
Craven
thanks for your reply and have a good break.
I am still learning javascript and have been able to copy the data from one form field to the clipboard but having a... (view)
Sat 20 Nov, 2004 01:44 pm - Hi All
I am new to thsi group
Using javascript in IE 5.5 + I need to press a button and copy all the form field data to the clipboard.
I think that the form field data (Multiple fields)... (view)