Hey everyone,
Sorry if I have a hard time explaining this. The index page of the site I'm building has a navigation section at the top 2 iframes in the middle (left and right) and a footer at the bottom. Currently the navigation links target a specified file in one or both of the iframes.
What I would like to accomplish is to be able to have the ability to have a link from anywhere (myspace, email, etc...) that will load the index page and the iframes would load the pages that I want loaded.
So I believe I would need some sort of "if else" statement so that I could use both the navigation links (which I believe would be using POST?) and the address bar in the browser would be able to point to a page I specify in an external link (using GET method).
Here is an example:
If the address bar had this info:
http://www.mysite.com/index.php?left...ight=right.php
The left iframe would load "left.php" and the right iframe would load "right.php."
Does this make sense?
Sonny