tbarr60
Oct 29th 2008, 1:38 pm
We have a process where we copy data from one form in one window into the same form in another window. I can't change the form or any other aspects of the pages as it is a hosted application.
I'd like to create a Javascript function that copies all form fields in one window and pastes into the same form fields in the second window. I am messing around with iFrames as a nice way to lay it out but I am having trouble referencing the fields in the iFrames.
What would be a way to code a copy and paste function that determines the form fields available and copies fields over?
I'd like to create a Javascript function that copies all form fields in one window and pastes into the same form fields in the second window. I am messing around with iFrames as a nice way to lay it out but I am having trouble referencing the fields in the iFrames.
What would be a way to code a copy and paste function that determines the form fields available and copies fields over?