Exactly what the subject is...
What the hell is an IFRAME? lol
Astalavista!
|
Know what you can do.
|
![]() |
| 19Jul2007,13:40 | #1 |
|
Hi
Exactly what the subject is... What the hell is an IFRAME? lol Astalavista!
|
|
Team Leader
|
![]() |
| 19Jul2007,15:04 | #2 |
|
IFrame (from inline frame) is an HTML element which makes it possible to embed another HTML document inside the main document.
The size of the IFrame is specified in the surrounding HTML page, so that the surrounding page can already be presented in the browser while the IFrame is still being loaded. The IFrame behaves much like an inline image and the user can scroll it out of view. On the other hand, the IFrame can contain its own scroll bar, independent of the surrounding page's scroll bar. |
|
Know what you can do.
|
![]() |
| 19Jul2007,15:51 | #3 |
|
so how can i find out where the iframe is reading from on a specific website?
|
|
Know what you can do.
|
![]() |
| 19Jul2007,17:52 | #4 |
|
lol, found it... I looked in the source code for the src...
|