I have two frames name title and content and I need to pass a value from content to title How?
Printable View
I have two frames name title and content and I need to pass a value from content to title How?
One way to persist values when using frames is to have a global variable in your main frame page. Whenever you need access to this variable just reference parent.myVariable.
Chris