I need help using iframe. I have my iframe in the main part of my site. I want all links (top, bottom, side) to open in the ifram. I use target="main" but doesn't work. what can I do

Recommended Answers

All 4 Replies

I used to go to w3schools.com for any HTML help. They've got good tutorials. Look under HTML->Frames, you should find plenty of information on Frames.

FYI: Personally, I don't use frames for a lot of reasons unless that's what my client wants.


Luckydude

If you provide a link to the page in question, I would be happy to help you get it working.

If you provide a link to the page in question, I would be happy to help you get it working.

Thanks, I have figured it out.

I need help using iframe. I have my iframe in the main part of my site. I want all links (top, bottom, side) to open in the ifram. I use target="main" but doesn't work. what can I do

dude, all you gotta do is the following:

when you put the code in for your iframe u add a little bit: see below(caps)


<iframe width="#" height="#" NAME="insert_name_here">...</iframe>

Then when creating a link u put in for example

<a href="http://google.com" target="insert_name_here" and your away!

Good Luck
Nick

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.