What\'s the best way to pass in the value held in a javascript variable into an iframe call on the same html page? I\'m trying to improve my site\'s page response times by movin
A simple away to get the value in iframe file :
document.getElementById("youfiled").value="";
And use the echo php $_GET['seed'];
echo php $_GET['seed']
inside of the coma element;