function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aniruddha PatilAniruddha Patil 

Javascript not getting included on inner VF page

I have a visualforce page displayed inside a visualforce page. I have included a javascript file on inner page and I am calling a of that javascript file from outside visualforce page. But at runtime when I see the page source the file is not getting loaded. Any gusses why is this happening.?
bob_buzzardbob_buzzard
If you open the browser error console do you see any errors?  I'm suprised that the JavaScript isn't being loaded, and as both the outer and inner pages are from the same Visualforce server I would expect them to be able to access each other's DOMs.