Automatically Open Link

D

Daniel

Hello All,

I have a page with two iframes, frame1 and frame2. frame1 is the main frame
I use. I load pages that make it look like a slide show where the user can
click on thumbs in frame1 and displays the picture in frame2. I have some
pages that load into frame1 that do not require the use of frame2, but when
that page loads, the content in frame 2 is still displayed. How can I clear
frame2 when it is not required by the frame?

I have this <a href=blank.htm target=frame2>Clear</a>
and that works, but the user must click on it. I don't want the user to
have to click on it, I want it to clear automatically when the page in
frame1 loads. Any help would be appreciated.

Thanks,

Daniel
 
S

Stefan B Rusynko

You will find frame control scripts at
http://www.developer.irt.org/script/frame.htm




| Hello All,
|
| I have a page with two iframes, frame1 and frame2. frame1 is the main frame
| I use. I load pages that make it look like a slide show where the user can
| click on thumbs in frame1 and displays the picture in frame2. I have some
| pages that load into frame1 that do not require the use of frame2, but when
| that page loads, the content in frame 2 is still displayed. How can I clear
| frame2 when it is not required by the frame?
|
| I have this <a href=blank.htm target=frame2>Clear</a>
| and that works, but the user must click on it. I don't want the user to
| have to click on it, I want it to clear automatically when the page in
| frame1 loads. Any help would be appreciated.
|
| Thanks,
|
| Daniel
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top