Hello fellow web tech's,
Problem:
I have 3 different iframes on my main page (index.html).
There are 3 links; Movies, TV Shows and Documentaries.
Each links 3 different pages (movies.html, shows.html & documentaries.html) into the 1 iframe named "movielist".
What i want:
Now from there i want each movie title link within the iframe "movielist" to load 3 different iframes into the main page (index.html);
#1 (The actual movie - iframe name="movies") HTTP * This i figured out with ;
<a href=" target="movies">Click for New iFrame Content</a>
#2 (The movie Name - iframe name="moviename") TEXT
#3 (The movie description - iframe name="moviedescription") TEXT
Is this done through parent references or how abouts do i go abouts doing this..
If your having troubles understanding what i mean,
Check out:
I included the iframe names outside of the actual iframe so you can see which sections have to be loaded.
Thanks for your time & responces!
Problem:
I have 3 different iframes on my main page (index.html).
There are 3 links; Movies, TV Shows and Documentaries.
Each links 3 different pages (movies.html, shows.html & documentaries.html) into the 1 iframe named "movielist".
What i want:
Now from there i want each movie title link within the iframe "movielist" to load 3 different iframes into the main page (index.html);
#1 (The actual movie - iframe name="movies") HTTP * This i figured out with ;
<a href=" target="movies">Click for New iFrame Content</a>
#2 (The movie Name - iframe name="moviename") TEXT
#3 (The movie description - iframe name="moviedescription") TEXT
Is this done through parent references or how abouts do i go abouts doing this..
If your having troubles understanding what i mean,
Check out:
I included the iframe names outside of the actual iframe so you can see which sections have to be loaded.
Thanks for your time & responces!