|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
show other website in my frame
Hi, everybody.. I´m trying to do something....
In my main page I have two frames, one with my information and I want to show in the other frame other web site, for example. in the frame I want to show the site http://www.otherpage.com. and I want it show what is in this page.... How can I do this... |
|
#2
|
||||
|
||||
|
In your frameset code, you should have given both your frames names, using the "name" attribute. E.g. left frame name is "nav", and the right can be "main"
Say you have a link in your left frame which you want to open the devarticles site from. Simply set the "target" of your link to be the name of the main frame. Code:
<a href="http://www.devarticles.com" target="main">Open the devarticles site!</a> |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > show other website in my frame |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|