I have placed all my javascript functions in a .js file for access by a three frame page for easy maintenance.
One frame has no problems accessing the functions, however the other two return an "object expected" error. The coding and functions are correct, and worked worked fine when placed on the originating page.
Is this an issue of placing the src="xx.js" in the frame tag or head of the main frame page, instead of the calling frame page, or simply that the first frame to access the .js file locks out access to the .js file by the other frames.
What have I missed here?
Thanks.
One frame has no problems accessing the functions, however the other two return an "object expected" error. The coding and functions are correct, and worked worked fine when placed on the originating page.
Is this an issue of placing the src="xx.js" in the frame tag or head of the main frame page, instead of the calling frame page, or simply that the first frame to access the .js file locks out access to the .js file by the other frames.
What have I missed here?
Thanks.