Forum Moderators: open
<div id="webView" name="webView">
<object id="webViewObject" name="webViewObject" type="text/html" data="http://www.w3schools.com/" width="1000" height="400"></object>
</div>
What I would like to do is target elements within the DOM of the page loaded into the weViewObject.
document.getElementById('webView')...?
for example, if the page loaded into the webView Div via the webViewObject had a form element for a user's first name, how could I target that element and place a first name value?
Is it possible?
Thanks.
It should not be possible as it would be a major security hole.