HighDots Forums  

(re)naming an iframe

Javascript JavaScript language (comp.lang.javascript)


Discuss (re)naming an iframe in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Angelo
 
Posts: n/a

Default (re)naming an iframe - 02-04-2004 , 05:55 AM






I'm trying to use iframe to create a menu for a bunch of pages - only
I'd like the menu to change slightly (a highlight) depending on what
page it's being displayed in.

<iframe name="menu" src="menu.html">

I think I can use javascript to change the name attribute of the
iframe, and then have menu.html display that info.

so lets say bali.html loads the iframe with menu.html. I'd then like
bali.html to change the name attribute of the iframe to "bali", and
then have menu display something slightly different on that basis. The
last part I can do, but I can't find anything that tells me how to
change the name attribute of the iframe. Can anyone help with this?

Thanks
Michael

Reply With Quote
  #2  
Old   
Randy Webb
 
Posts: n/a

Default Re: (re)naming an iframe - 02-04-2004 , 07:55 AM






Angelo wrote:

Quote:
I'm trying to use iframe to create a menu for a bunch of pages - only
I'd like the menu to change slightly (a highlight) depending on what
page it's being displayed in.

iframe name="menu" src="menu.html"

I think I can use javascript to change the name attribute of the
iframe, and then have menu.html display that info.

so lets say bali.html loads the iframe with menu.html. I'd then like
bali.html to change the name attribute of the iframe to "bali", and
then have menu display something slightly different on that basis. The
last part I can do, but I can't find anything that tells me how to
change the name attribute of the iframe. Can anyone help with this?
have bali.html set a variable in the menu.html:

loadedPage = 'bali.html';

or:

menuToUse = 'bali';

And then act on that variable instead of the IFrame's name attribute.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.