Thanks ChipJohns for your help. I might be a little slow in understanding as I do not understand javascript, at all. Bear with me.
The situation is, I am on a normal website and have to provide a link to another page, to a framed (2 framed) site that already exists. The page I want to land on is a deep page, one normally arrived at from navigating from the home page of the framed site. But I dont want to navigate to deep in the framed site, I want to go right to it.
The framed site is called http://www.example.com and the `home page' is: index.htm, which calls upon top and bottom files called top.htm and bottom.htm. Those two pages together are the home page.
But I want to deep link into this site so that I see the entire frameset consisting of top.htm and deep.htm.
How do I utilize the javascript that you gave me to do this? Can you fill in the htm files on there...? Also, where would this code go? It does not look like it is the link that gets me to the deep page on the framed site.
Thanks...
|