Is there a way to send a Javascript variable from one frame to another? I haev a site that has three frames: leftframe, topframe and contentframe. The topframe among other things displays the title of the content which will appear in contentframe. I would like to assign a variable (pagetitle) in contentframe and have it appear in topframe.
When a link in leftframe is clicked, a new page will be displayed in contentframe (along with a new pagetitle variable), which I would then like displayed in topframe. The topframe may or may not be re-loaded with each new contentframe load.
Sorry if this is a bit wordy, but try as I might I can't figure this out.
When a link in leftframe is clicked, a new page will be displayed in contentframe (along with a new pagetitle variable), which I would then like displayed in topframe. The topframe may or may not be re-loaded with each new contentframe load.
Sorry if this is a bit wordy, but try as I might I can't figure this out.