If you want fetch the variable value or send variable to parent page.
Use following code:
In Parent page use this copy paste folliwing javascript.
function showValue(testval)
{
alert(testval);
//here in parent page you call any other function as per your need.
}
In Iframe page use following code. In Iframe page use this copy paste folliwing javascript.
// Calls the function showValue in the parent object
// and passes the value of 't' to it
function passToParent(val)
{
var testval;
if ( (testval = window.parent) && (testval = testval.showValue) && ('function' == typeof testval || 'object' == typeof testval) ){
testval(val);
}
}
This will solve your problem.



Pingback: uberVU - social comments
I was just having a conversation over this I am glad I came across this it cleared some of the questions I had.
Of course, what a great site and informative posts, I will add backlink – bookmark this site? Regards, Reader
Interesting read, perhaps the best article iv’e browse today. We learn everyday cheers to you!
Nice post! You truly have a wonderful way of writing which I find captivating! I will definitely be bookmarking you and returning to your blog. In fact, your post reminded me about a strange thing that happened to me the other day. I’ll tell you about that later…
I would like to say “wow” what a inspiring post. This is really great. Keep doing what you’re doing!!
Hello, this is my first time i visit here. I found so many interesting in your blog especially on how to determine the topic. keep up the good work.
Awesome post. I so good to see someone taking the time to share this information
Thanks for posting. Good to see that not everyone is using RSS feeds to build their blogs
Interesting read, perhaps the best article iv’e browse today. We learn everyday cheers to you!
This post makes a lot of sense !
Awesome post. I so good to see someone taking the time to share this information
Nice post! You truly have a wonderful way of writing which I find captivating! I will definitely be bookmarking you and returning to your blog. In fact, your post reminded me about a strange thing that happened to me the other day. I’ll tell you about that later…
I REALLY liked your post and blog! It took me a minute bit to find your site…but I bookmarked it. Would you mind if I posted a link back to your post?