|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
IFrame
I'm working on a new site URL and the layout is still being worked on, i'm going to have links on the left of the page, in a frame, then I have an IFrame I want whenever ther person clicks on a link it opens in that IFrame is there a way we can do this? if so please direct me to the proper resource...
|
|
#2
|
|||
|
|||
|
you need to give the iframe a name then on the links you want to jump to the iframe you need to target the iframe
<a href="somelink.html" target="framename">Link</a> <iframe name="framename" width="400" height="400"></iframe> i hope that helps ya |
|
#3
|
|||
|
|||
|
ok thanks alot
I will try that this weekend when i get time...
|
|
#4
|
|||
|
|||
|
no problems
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > IFrame |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|