You need to sign in to do that
Don't have an account?

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.?
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.