Hi,
I have a window with two frames. One on top and one on the bottom. I have links on the bottom with variables attached to them. (ex: "/topFrame.php?var=variableName")
These links have a target which points to the top frame. What I want to do is load the page in my top frame and be able to get that variable at the end of the URL. Using the $_GET (something like that) function, it works fine, but only when it is in its own window with no frames. When I use frames it looks at the URL for the frameset page.
If anybody can help me out or give me an alternative,I would greatly appreciate it.
Thanks.