Frames

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
aileen
Beginner
Beginner
Posts: 5
Joined: Wed Sep 01, 2004 9:47 pm

Frames

Post by aileen »

Hola!!!

Tengo una página dividida en frames, estoy usando un menú que está en el frame superior. El menú tiene links a diferentes páginas, y quiero direccionar estos links al otro frame de mi página, pero no sé como, cualquier ayuda que pudieran darme se los agradecería mucho.

Aileen
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hola Aileen,

If I understand, you have a menu in a top frame, and you want the links in the menu to open pages in a different frame. En español: Si entiendo, usted tiene un menú en un frame primero, y usted quiere que las conexiones en el menú abran páginas en un frame diferente.

I assume you name your frames in the frameset definition. You can use the target=property in the aI() menu item definition, to specify the frame where you want the link to open. En español: Asumo que usted denomina sus frames en la definición de frameset. Usted puede utilizar la propiedad del target= en el aI() la definición de artículo de menú, para especificar el frame donde usted quiere la conexión para abrir. Mire:

Code: Select all

aI("text=Item Text;url=http://www.google.com/;target=main_frame;");
Sorry for the bad Spanish... Lo siento para el Español mal.

Espero que ayude,

Kevin
aileen
Beginner
Beginner
Posts: 5
Joined: Wed Sep 01, 2004 9:47 pm

Post by aileen »

Thank you!! don´t worry about spanish, I can speak english too!!! Thanks, i will try that, but I have another question, I need to overlap the drop down menu on the other frame, I have tried a lot of things, but nothing works.
I will appreciate your help...
Now, I´m sorry about bad english!!! :D
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

If you mean the submenu is dropping from the main and you want part of it to drop over the other frame, that is not possible. A frameset in effect is as if you had a different browser window for each frame, each 'browser' being sized the size you gave it for the frame. If you wish to have the menu actually open in another frame, there is a code you can use, it is not written by Milonic nor is it supported by Milonic. You can find it HERE You can also create a page with an iframe instead of frames and the menu will drop over the iframe. The information on the menu and iframes is HERE About have way down it talks about iframes.

Ruth
aileen
Beginner
Beginner
Posts: 5
Joined: Wed Sep 01, 2004 9:47 pm

Post by aileen »

Thank you very much, I probably will use the iframes.
Thanks for your time and support.
Aileen :P
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

De nada, Aileen. Lo siento que no le respondí a ud. en español. Me falta práctica, hace tres anos que no lo hablo. Se me ha olvidado demasiado del vocabulario y de la gramática. [I think that's right] ¡Qué le vaya bien!

Ruth
meggamoon
Beginner
Beginner
Posts: 5
Joined: Sun Sep 05, 2004 11:24 pm

Post by meggamoon »

Hallo

A little question :
Functioned the "pagebgcolor" with iFrames ?


meggamoon
Post Reply