PDA

View Full Version : Reload a frame


grog6
05-20-2003, 10:37 AM
Well, I'm working on a project in PHP/SQL, My web page is composed of 3 frames :

- 1 at the top to display the logo
- 1 on the left for the menu
- and the last where I display webpages

What I would like to do, is that when I load a special page in my frame which is called "site", it automatically reloads the "left" frame ... :p

Is this possible ? How to do this ?
Thx for you help ;)

Logician
05-20-2003, 10:44 AM
would be possible with javascript. You may like to search in search engines with keywords "javascript+frame+load"

grog6
05-20-2003, 10:49 AM
Thx for your answer Logician ...

I asked for it here because I thought it could have perhaps be possible with simple HTML :( ...

will search for it ;)