Jump to content

Access to iframe ?


Yammaski

Recommended Posts

I need the width and height from an image that's in an iframe.But I can't get into the iframe.

var pic = window.frames[blackgif].document.getElementById('sticker');<iframe id="blackgif"><img id="sticker" src="Crying Wolf.gif"></iframe>

Link to comment
Share on other sites

That image isn't actually in the iframe, the image is what shows if the browser does not support iframes. If the browser does support the iframe then you would specify the document to load using the src attribute.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...