Results 1 to 1 of 1

Thread: refrerence an iframe variable

  1. #1
    Join Date
    Dec 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy refrerence an iframe variable

    1. How to refrerence an iframe variable from a parent script:

    <html><head></head><body>
    <iframe id="if1" src="snp.html"><script>
    var xxx = [???iframe_variable???];
    </script></body></html>

    and iframe content (snp.html)
    ... <script> var iframe_variable = 'hello parent!'; </script> ...

    2. How to check if iframe content loaded and variable available.

    thanks if someone can help
    Last edited by gyuri; 12-29-2004 at 10:47 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •