-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks