I am doing some serious redesign to a web-site of mine. The height of the actual text area on each page is very limited (to about 400 pixels height and 600 pixels width). I have a search field at the bottom of my page, outside of the normal text area. I know how to point the results from the search to the right place (inside the normal text area). However, if I made no modifications, the text would blow my page apart.
I have been looking at the possibility of iframes. The results could be displayed on a separate page and brought into the iframe. But, how to co-ordinate all of this is kind of a trick. Do you have any ideas on how to do this and possibly a couple demos that you can point me to?
When I refer to an iframe, it would be something like the following:
Your help on this would be tremendous. Thanks in advance.
I have been looking at the possibility of iframes. The results could be displayed on a separate page and brought into the iframe. But, how to co-ordinate all of this is kind of a trick. Do you have any ideas on how to do this and possibly a couple demos that you can point me to?
When I refer to an iframe, it would be something like the following:
Code:
<iframe height="418" width="540" src="search_results.htm"></iframe>
Comment