html/javascript/php post problem
Posted: Mon Oct 03, 2005 11:52 am
I was wondering.
In one page I have a button and a $var which contains "test". If you click the button it opens another window and posts the $var in that window.
You can easily do this with secondpage.php?var=test (through GET) but I don't want to do that. I want to actually post something in the second page in a new window.
In one page I have a button and a $var which contains "test". If you click the button it opens another window and posts the $var in that window.
You can easily do this with secondpage.php?var=test (through GET) but I don't want to do that. I want to actually post something in the second page in a new window.