Hello. My site is www.michaeldworkis.com/TheNew I have a dropdown script that loads the selected page in frame I1. I want links clicked from that frame to load into I2, but instead it always opens in a new window. I HAD the WORKING, and then something happened, I do not know what, and now it always opens in a new window and not frame I2. Can someone please help me out?
Can one of you point me in the right direction? all my links are directed to I2, but does not open there. What needs to be changed, and what does it need to be changed to?
its your html code your links have target tagsto point to the "frame". Look for target, you will see both links are to open in target main, change the target of the first window to open in the name of the other specified frame
made changes, but still does not seem to work. If you noticed, the link in the first frame does open in the second. But yet, when I choose an option from the drop down menu, it opens in the first frame, but then a link there opens in a new window. Any other ideas?
I don't think target is a valid property of <iframe> also seen it used somewhere else incorrectly I would start google for examples on iframes, i would never use an iframe personally, so i hav no experience you do need a base ref, and you need to assign, target is only used in the <a> tag
I looked online, and it seems correct. Maybe there is something wrong with the page loading in I1? I'm not the best at scripts, but it was working at one point, and now it isn't. Could it be something in the pages that load in I1? Sorry for being a pain, but its frustrating when something that was working broke and I can't figure out why.
http://www.trans4mind.com/personal_development/HTMLGuide/iframes.htm has all your answers, your html is very eroneous