I am attempting to enhance a internal web application we use. I am using a custom favelet to autopopulate certain fields. The javascript variables I need to populate a form exist on a different HTML page internally. Is it possible to access vars from another html page? They would be embedded in the external pages document element.
I do not want to open a popup or redirect the page.
This will be embedded into the page as a favelet.
Thanks!