Wrox Programmer Forums
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 28th, 2003, 08:01 AM
Authorized User
 
Join Date: Jun 2003
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to tgopal
Default Frames

Here is the scenario.I splited my webpage in to several frames and in three places i need to show some header information.for that i want to reuse the same html file in all the three places.For this i want to know which frame is loading the HTML file using the javascript so that i can write my logic or please provide an way to do this.
Thanks
T.Gopalakrishnan
 
Old August 9th, 2003, 03:29 PM
Authorized User
 
Join Date: Jun 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to natmaster Send a message via AIM to natmaster Send a message via MSN to natmaster
Default

here's an example of how u can do it, firstFrame, secondFrame, and thirdFrame are your frame names.

if(top.firstFrame==self) {
//do stuff
}
if(top.secondFrame==self) {
//do stuff
}
if(top.thirdFrame==self) {
//do stuff
}

----------------------------
http://aeonofdarkness.com
 
Old August 20th, 2003, 07:44 AM
Authorized User
 
Join Date: Jun 2003
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to tgopal
Default

Thanks natmaster
Its working fine.Thank you for the help





Similar Threads
Thread Thread Starter Forum Replies Last Post
Frames Simmy73 ASP.NET 2.0 Basics 1 May 26th, 2006 07:26 AM
Frames ricardo_s HTML Code Clinic 1 April 27th, 2006 02:37 PM
FRAMES twinkle Javascript 2 March 30th, 2004 02:04 AM
i frames and all that Adam H-W HTML Code Clinic 2 November 5th, 2003 12:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.