Forum Moderators: open
The issue is quite simple (or I thought it was)... I have two menues inside two cells... in between there is an iframe where almost every link is targeted to (href=something.html target="iframename")
During the contruction I tested it from time to time and it worked just fine, but for no particular reason, one day just stop doing it... every link just opened like _blank or _parent
I checked several times for some kind of mistake in the "target" part, but everything appears to be ok... I tried to validate it with Dreamweaver MX and it just said something about FONT
The page was created with FrontPage XP and Dreamweaver MX
How I can fix this? (or get around it with JS)
I tried base target="iframename" but not only didn't work, but some JS with open.window stopped working as well
If you feel the code could help, let me know and i'll post it... it's quite long and I don't know which parts are essentials
ps. excuse my english... it's not my native language :)
You say "for no particular reason, one day just stop doing it". My guess is that something happened to the name assigned to the iframe. The target attribute will only work the way you want if that name is assigned to the iframe. If the iframe doesn't hav a name that matches the iframe's name, then you would see the link open in a new window.
Check just the iframe element and see how it's written.