Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:12
Frames
Poster: aileen
Dated: Wednesday September 1 2004 - 22:10:42 BST
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
Poster: kevin3442
Dated: Wednesday September 1 2004 - 22:44:29 BST
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:
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
Poster: aileen
Dated: Wednesday September 1 2004 - 23:06:10 BST
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!!!
Poster: Ruth
Dated: Thursday September 2 2004 - 0:31:25 BST
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
Poster: aileen
Dated: Thursday September 2 2004 - 1:10:29 BST
Thank you very much, I probably will use the iframes.
Thanks for your time and support.
Aileen