|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
|
Hi, I have a problem with using IFRAMES, I know the HTML for IFRAMES, but here's the problem:
I use a page with just 1 HTML file and use an IFRAME in the middle. Now how do I make a link on the normal HTML page open in the IFRAME ? |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
<IFRAME NAME = "framename" SRC = "url">
In your link use: <A HREF = "url" TARGET = "framename"> HTH |
|
|
|
|
|
#3 |
|
Member (7 bit)
|
Thank you very much !!!!! It worked ! Now I can continue building my page..... but I used < base target="framename" > instead of putting TARGET="framename" to every link..... But thanks anyway !!!
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
You are welcome
![]() BTW, you can use this trick with normal frames too. Notice that IFRAMES are supported by IE only. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|