Hi
I have a form on this page:
http://207.44.137.103/pagemaker_form.php
That when it is posted (the 'show me' button), launches (or sends data to if already open) this layout page:
http://207.44.137.103/css_variable_border_3_columned_pagemaker.php
When the layout window gets the posted vars (via a validation script at the start of that page's php), it then posts the validated vars back to the form page, ready for the user to change again if needed, or copy the code from if finished.
In IE, launching the layout page first ALWAYS opens the form page, but Firefox does not. BUT, when both pages are open, they post to each other OK.
Now, to achieve this effect, I used java to name the page and provide focus to the layout page (but not focus to the form page), and used the onload in the body to post the data back. Was there a better way of doing this in php?
Oh, and I only have IE6, Navigator 7.1, Opera 7.23 and Firefox 0.8 to test the code generator in, I don't know if the css/xhtml it makes works in other browsers.
Thanks for any input.
Trevor