I feel like I'm asking a lot of questions lately, so first, just let me thank all of you who have been helping me. It's saved me a world of time.
Anyway, I have a layout of two frames. On the side there is the links frame (named "leftFrame" , and then there is the content page (named "mainFrame" ).
I need a way to force refresh my leftFrame in the mainFrame. So, my php code is currently running in the mainFrame, but I need it to refresh my leftFrame. I know i could just have a link pointing to the leftFrame with the page i need to refresh, but I need the refresh to happen automatically, without the user clicking on anything. Any ideas? Hope this made some sense.
Anyway, I have a layout of two frames. On the side there is the links frame (named "leftFrame" , and then there is the content page (named "mainFrame" ).
I need a way to force refresh my leftFrame in the mainFrame. So, my php code is currently running in the mainFrame, but I need it to refresh my leftFrame. I know i could just have a link pointing to the leftFrame with the page i need to refresh, but I need the refresh to happen automatically, without the user clicking on anything. Any ideas? Hope this made some sense.
Comment