Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A question about frames.

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi everyone, to save space, loding time etc... I came up with a easy way to access my downloads on my website. Using an embeded frame in a webpage with scrolling="no" and border="0". This page is called default.html. There would also be another page called listing.html, which would contain the links to my downloads. Now, on my main page, there is a bottom and a top frame. On the top frame, are the "links" to my downloads. When you click on one of the links, I want it to open up the page containing the iframe, and to open up listing.html#23 in the iframe. BUT HOW DO I MAKE THE LINK OPEN UP DEFAULT.HTML AND OPEN UP LISTING.HTML#23 IN THE IFRAME??? Please please help me!!!
 
My page is not up on the web yet, and I am currently having troubles with my server. This will explain it a little simpler.<br><br>--------------------l <- that is the top frame where the <br>--------------------l    "links" are. (top2.html)<br>                 <------- the page that holds the iframe <br>        l---l       l     (default.html)<br>        l   l <----------- that is the iframe (i want it to <br>        l---l       l     display listing.html)<br>                    l<br>--------------------l<br>--------------------l<br><br>When you click on a certain link in the top frame, i want it to load default.html which contains the inline frame, or iframe. When default.html loads, i want it to load listing.html#23. since i have name tags on listing.html and the one i want to open it to is #23. PLEASE HELP.<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top