How can I get the value from a parent html page into a javascript popup page?
Posted
by Jim
on Stack Overflow
See other posts from Stack Overflow
or by Jim
Published on 2009-09-08T21:29:43Z
Indexed on
2010/05/17
0:10 UTC
Read the original article
Hit count: 182
JavaScript
I have a php page where a date value is POSTed back to. From this php script, I want to forward that value to a javascript window. Can this be done?
© Stack Overflow or respective owner