Take a look at http://gk4.info/ Everything looks great until you do a search. Notice how only half of the page loads until thge search is complete? How can I fix that? I was thinking maybe putting the results in a scroll but I don't know how. Also, I can't find anywhere in the code to lower the font size.
One idea is to use an iFrame (not sure if that's what you meant by a 'scroll'), you would have to pass your url GET variables, easily done in the SRC attribute of the iFrame tag. Here is a link I pulled up from google on them: http://www.gotfusion.com/tutsdl/iframe_basics.cfm Another idea would be ajax if you could get that working with it, though it would be more complicated than an iFrame.