Hello all /--------------------\ | Searchbox | iframe | \--------------------/
I've the following setup on a page. The iframe will display a list of shortcut links. I want when a user click one of these links to modify the fields in the search box and then submit the form. Not, the iframe is on a completely different URL to the actual page, so I'm thinking this is where the issue lies in having difficulty getting things working. Firstly, is this possible so have the iframe JS modify the parent page form and submit it? Secondly, if possible, what's the trick.