Getting URL of IFRAME that is generated by script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • codejunkie
    New Member
    • Jan 2008
    • 3

    Getting URL of IFRAME that is generated by script

    Iframe is generated on my page by a script like this...

    Code:
    <script src="http://example.com/make_iframe"></script>
    How can I get the source code of the generated iframe (or the URL of it)?

    Help would be greatly appreciated.
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    Originally posted by codejunkie
    Iframe is generated on my page by a script like this...

    Code:
    <script src="http://example.com/make_iframe"></script>
    How can I get the source code of the generated iframe (or the URL of it)?

    Help would be greatly appreciated.
    You're not actually giving us any code. You just told use that you're including a javascript source file (probably not on your site)

    So... where's the example code? 8-|

    Comment

    Working...