Printer friendly page

D

douglasp

I have a page with 3 inline frames. Frame2 contains some text inpu
fields. I want the values of these fields to show up in Frame3. I trie
putting a button in Frame3 which basically runs a JavaScript functio
like:

Frame3.Field1.value = Frame2.Field5.value

but I get an error message "Frame2 is undefined".

Any help muchly appreciated on this approach or another way to do th
same thing. But I need to keep the inline frames.

... Dou


-
douglas
 
Top