We are excited to announce the release of our new farmer app! A hub for grain marketing, convenience, collaboration and connection all on your smartphone.
*/
// Add this script to the parent page on which your iFrame is embedded
// This code resizes the iFrame's height in response to a postMessage from the child iFrame
// event.data - the object that the iframe sent us
// event.origin - the URL from which the message came
// event.source - a reference to the 'window' object that sent the message
function gotResizeMessage(event)
{
console.log( "got resize message: " + JSON.stringify(event.data))
var matches = document.querySelectorAll('iframe'); // iterate through all iFrames on page
for (i=0; i