This content has been marked as final.
Show 1 reply
-
1. Re: Load the External text and css file for more frames
Ned Murphy Apr 27, 2012 4:39 AM (in response to ramviswa123)You need to load them in the frames they are in. You can store the loaded data in variables in frame 1, but you will need to extend that layer so that whatever is stored is avaliable in other frames. The code to load the data into the other textfields can then be done in the frames where it is needed.
There are other options, such as not using other frames for content or having all of them in frame 1 and making them invisible until you get to the other frames where they get turned visible.


