473,788 Members | 2,892 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Loading Iframes

2 New Member
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.h tml) 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="http://85.17.221.15/include/players/playerdivxframe .php?url=208520 6" target="movies" >Click for New iFrame Content</a>

#2 (The movie Name - iframe name="moviename ") TEXT
#3 (The movie description - iframe name="moviedesc ription") 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:
http://www.shadowedmov ies.com


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!
Jan 17 '08 #1
1 1201
harshmaul
490 Recognized Expert Contributor
It seems to be doing what its s'posed to be doing
Jan 25 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
3687
by: GQ | last post by:
We have a Web page that at load time will execute and build: a DHTML Menu/Data Driven, an Iframe with Detail Data, an Iframe to display Progress Information and another iframe with totals information of the previous iframe with Detail Data. Everything works fine except during the initial load. If we click on any place of the page during the above loading schema, the process stops and we end-up with Iframes with incomplete information...
2
5006
by: Steve - DND | last post by:
There has to be an answer out there somewhere for this, but I couldn't find it in Google anywhere. I have a page with two IFrames. In IFrame#1 I have a link that looks like so: <a href="javascript:EditDatabase(3);">Edit</a> When this link is clicked it fires the EditDatabase() function which finds IFrame#2 by going up to the parent and getting IFrame#2 from there. It then does IFrame2.Src = "Database.aspx?ID=3"; This part of the...
6
3905
by: fniyogi | last post by:
Does anyone know how to suppress the "busy"/hourglass cursor that appears when a frame/iframe is loading, as in the g() functon below: <SCRIPT> function g() { if ( Math.floor(Math.random()*2) == 1 ) frames.location.href = "http://www.yahoo.com"; else frames.location.href = "http://games.yahoo.com"; }
0
1254
by: talktozee | last post by:
Hello! I have a series of IFRAMEs in which different ASP (with SQL) pages load. These modules all run different queries off of the same server, and they're all trying to hit the server at the same time. <div id="1"> <iframe src="1.asp"></iframe> </div> <div id="2"> <iframe src="2.asp"></iframe> </div>
6
10589
by: Eraser | last post by:
hi guys.... how i would now that the iframe loading of chart fx graph is completed... i used a window.print on page load with multiple iframes on the same page.... what happen is once the print option appears and print it... some of my pages are not yet completed loading the chart fx.... any help?
1
1538
by: ErnDissla | last post by:
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:
0
1035
by: Twinkles | last post by:
Hello friends, I'm having an ("main.aspx")Asp.net page with 2 iframes. Second frame is by default loaded with a ("home.aspx")asp.net page. When button is clicked in the("home.aspx") page, it has to load the ("x.page")in first iframe. I don't know how to do this?. Also, I need to pass the values of("home.aspx") to controls in("main.aspx") when button is clicked in home.aspx of second iframe. I...
1
1946
by: bizt | last post by:
Hi, I have a webpage where Im creating AJAX type requests by loading dynamic pages containg JavaScript into hidden iFrames. The reason I am opting for this method over XmlHttpRequest object requests is because I wish for some of my requests to be over a secure https:// connection and other not so private requests to be made over http:// .. using XmlHttpRequest I am unable to make requests between two domains http/ https from the one...
1
1610
by: jnbbender | last post by:
I'm new at CSS so take it easy. I have 3 DIV's, #header, #content, and #sidebar. I know iframes are bad but I'd like to do the same with CSS. My sidebar has a podcast interface & if I place the identical header & sidebar in EVERY navigable page, the podcast has to reload making the site slower. Is there anyway I can duplicate the functionality of iframes? Thanks
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10175
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9969
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5399
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4070
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3675
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.