Help me do this please?

Discussion in 'PHP' started by Browning, Feb 3, 2008.

  1. #1
    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.
     
    Browning, Feb 3, 2008 IP
  2. ToddMicheau

    ToddMicheau Active Member

    Messages:
    183
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #2
    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.
     
    ToddMicheau, Feb 3, 2008 IP