Hi,
Basically, I've got a site based on PHP. I have created an index.html page which contains an iframe which displays the PHP. This way, the index.htm page is only loaded once, allowing me to create quite a graphically intensive header and side-bar and not have to worry about slow download speeds for the user.
The iframe works fine, but I am unable to use the "login" bit on the PHP site inside the iframe. I'm pretty new to PHP, so did a google search, but couldn't find any solutions / work arounds to this problem.
Cheers in advance for any suggestions.