Thanks. I'm sorry, here is a better description of what I'm talking about. On my index page I display the date and some "tips of the day" (tip.php-displayed in an iframe) derived from a delimited text file.
The iframe:
After viewing that, the view would then be able to select any day of the year and go to that result:
That form submission then posts to select.php which is here:
My problem is that this output is printed on a blank page in the upperleft corner. I want to display it as I do the original tip.php file that was displayed on my index page. I would prefer if this output was displayed on a regenerated index page. Any suggestions as to what code I would use?
Thanks in advance!