Forum Moderators: open

Message Too Old, No Replies

Java menu and iframe help

java iframe help

         

meclive

1:23 am on Jul 18, 2004 (gmt 0)

10+ Year Member



I have a java menu on my website the files for this can be d/l below. I have a iframe on my site which i want the menu to target and change, but i am unsure how to do this. If anyone could have a look at the files and master this i would appreciate it,

[www16.brinkster.com ] - config file
[www16.brinkster.com...]

regards Meclive.

RonPK

1:29 pm on Jul 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello & welcome meclive,

Surely the script had some kind of documentation?
Targeting an iframe is not different from targeting an ordinary frame. Maybe that gets you going.

By the way, Java and JavaScript are not the same.

meclive

2:38 pm on Jul 19, 2004 (gmt 0)

10+ Year Member



Unfortunatly i can find no documentation for this, i know how to tager an iframe in a normal <a href=> link but cannot find where to specify the iframe within this java menu. I think that the Target attribute is set in the GSF_MENU.js file on the lines;

,"Home","index.html","TARGET","Go Back To Our Homepage",1
,"About","about.html","TARGET","Information On The Cables",1
,"Products","products.html", "TARGET","View Our Products",1
,"Services","services.html","TARGET","Services We Offer",1
,"Contact","show-menu-cont","TARGET","Contact Us",0
])

addmenu(menu=["cont",
,,109,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Details","members.php","TARGET","Rep Login",0
,"Feedback","create.php","TARGET","Add a Tour",0
])

But unfortunatly i have tried putting in "iframe1" and "_iframe1" to no joy. Any further help on this matter would be grately appreciated.

Regards mecliveuk.

meclive

4:58 pm on Jul 20, 2004 (gmt 0)

10+ Year Member



Finally got it sorted, i found out that it was in the form of

"Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

So the following code worked;

,"About","about.html target=iframe1","","About Us",1

Thanks Ronpk for replying to the thread.

mecliveuk