| | hi, here something usefull I think. A few months ago I designed a website with pretty much Iframes. but the problem was how to target them. I found the solution. look with me to the codes below, you see the code Iframe. the specific Iframe was given a name with the code name = "yourname". now you can easily target the frame by giving the link code a param target = "yourname". Iframe code: <iframe name = "bob" src = "..."></iframe> linking code: <a href = "..." target = "bob">Click</a> if you have any questions feel free to ask. thats why I'm here greetz Biesbos |

