paulcobb
Member
Posts: 10
Registered: 11/7/2006
Member Is Offline
|
| posted on 12/5/2006 at 08:11 AM |
|
|
Enabling Javascript commands
I need some help please.
I want to open pages in 3 frames simultaneously when selecting a menu item. Obviously the menu href takes care of the first one, but I cannot fathom
out where the javascript code needs to be to do the others and how to enable this.
I would be grateful of some advice and an example please
Thanks
Paul
|
|
|
tigra
Administrator
Posts: 1916
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 12/5/2006 at 09:29 AM |
|
|
http://www.softcomplex.com/forum/viewthread_2856
|
|
|
paulcobb
Member
Posts: 10
Registered: 11/7/2006
Member Is Offline
|
| posted on 12/5/2006 at 03:28 PM |
|
|
You mention menu_items.js
I have
menu.js
menu.dom.js
menu.lay.js
menu.opr.js
template.js
I confused as to where menu_items.js is?
|
|
|
tigra
Administrator
Posts: 1916
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 12/5/2006 at 06:34 PM |
|
|
it's the same as menu_files/items.js in GOLD version.
|
|
|
paulcobb
Member
Posts: 10
Registered: 11/7/2006
Member Is Offline
|
| posted on 12/6/2006 at 04:54 AM |
|
|
I have attempted to include the code but I am getting an 'Unterminated string constant' error when I run it.
The code is below
/* Tigra Menu items structure */
var MENU_ITEMS = [
['Home', 'http://www.paulcobb.co.uk/nyt/index.htm', {'tw':'_parent','sb':'New Youth Theatre'}],
['About Us', 'http://www.paulcobb.co.uk/nyt/lib/aboutus.htm', {'tw':'nyt_main','sb':'About New Youth Theatre'}],
['Senior', "javascript:rl('lib/senior.htm', 'lib/head2.htm', 'lib/news2.htm)", {'tw':'nyt_main','sb':'Senior Class'},
['Theatre Combined', 'http://www.paulcobb.co.uk/nyt/lib/seniortheatrecombined.htm', {'tw':'nyt_main','sb':'Senior Theatre CombinedClass'}],
['Dance', 'http://www.paulcobb.co.uk/nyt/lib/seniordance.htm', {'tw':'nyt_main','sb':'Senior Dance Class'}]
],
['Junior', 'http://www.paulcobb.co.uk/nyt/lib/junior.htm', {'tw':'nyt_main','sb':'Junior Class'}],
['Tots', 'http://www.paulcobb.co.uk/nyt/lib/tots.htm', {'tw':'nyt_main','sb':'Tots Class'}],
['Tiny Tots', 'http://www.paulcobb.co.uk/nyt/lib/tinytots.htm', {'tw':'nyt_main','sb':'Tiny Tots Class'}],
['Show photos 1', 'http://www.paulcobb.co.uk/nyt/lib/productions.htm', {'tw':'nyt_main','sb':'New Youth Theatre - Past Productions'},
['Oliver ', null, {'sb':'Oliver production photos'}],
['Bugsy Malone', null, {'sb':'Bugsy Malone production photos'}],
['Wizard of Oz', null, {'sb':'The Wizard of Oz production photos'}],
['Little Shop of Horrors', null, {'sb':'The Little Shop of Horrors production photos'}],
['Sound of Music', null, {'sb':'The Sound of Music production photos'}],
['Peter Pan', null, {'sb':'Peter Pan production photos'}],
['Annie', null, {'sb':'Annie production photos'}]
],
['Show photos 2', 'http://www.paulcobb.co.uk/nyt/lib/productions.htm', {'tw':'nyt_main','sb':'New Youth Theatre - Past Productions'},
['Oklahoma!', null, {'sb':'Oklahoma! production photos'}],
['Fame', null, {'sb':'Fame production photos'}],
['Fiddler on the Roof', null, {'sb':'Fiddler on the Roof production photos'}],
['Guys & Dolls', null, {'sb':'Guys & Dolls production photos'}],
['The Jungle Book', null, {'sb':'The Jungle Book production photos'}],
['Summer Holiday', null, {'sb':'Summer Holiday production photos'}],
['Cinderella', null, {'sb':'Cinderella production photos'}]
],
['Centres', 'http://www.paulcobb.co.uk/nyt/lib/centres.htm', {'tw':'nyt_main','sb':'Regional centres for New Youth Theatre'},
['Lincoln', 'http://www.paulcobb.co.uk/nyt/lib/lincoln.htm', {'tw':'nyt_main','sb':'Lincoln Centre'}],
['Newark', 'http://www.paulcobb.co.uk/nyt/lib/newark.htm', {'tw':'nyt_main','sb':'Newark Centre'}]
],
['Dance Supplies', 'http://www.paulcobb.co.uk/nyt/lib/dancesupplies.htm', {'tw':'nyt_main','sb':'Dance Supplies'}],
['Costume Hire', 'http://www.paulcobb.co.uk/nyt/lib/costumehire.htm', {'tw':'nyt_main','sb':'Costume Hire'}],
['Parties', 'http://www.paulcobb.co.uk/nyt/lib/parties.htm', {'tw':'nyt_main','sb':'New Youth Theatre Parties'}],
['Other Info', 'http://www.paulcobb.co.uk/nyt/lib/otherinfo.htm', {'tw':'nyt_main','sb':'Other Information'},
['NYT Reviews', 'http://www.paulcobb.co.uk/nyt/lib/reviews.htm', {'tw':'nyt_main','sb':'New Youth Theatre reviews'}],
['NYT Video', 'http://www.paulcobb.co.uk/nyt/lib/nytvideo.htm', {'tw':'nyt_main','sb':'See NYT on screen'}]
],
['Franchise', 'http://www.paulcobb.co.uk/nyt/lib/franchise.htm', {'tw':'nyt_main','sb':'NYT Franchising'}]
];
function rl (url1, url2, url3){
if(url1)parent.frames['nyt_main'].location = url1;
if(url2)parent.frames['nyt_head'].location = url2;
if(url3)parent.frames['nyt_news'].location = url3;
}
The code as previously generated is below
/* Tigra Menu items structure */
var MENU_ITEMS = [
['Home', 'http://www.paulcobb.co.uk/nyt/index.htm', {'tw':'_parent','sb':'New Youth Theatre'}],
['About Us', 'http://www.paulcobb.co.uk/nyt/lib/aboutus.htm', {'tw':'nyt_main','sb':'About New Youth Theatre'}],
['Senior', 'http://www.paulcobb.co.uk/nyt/lib/senior.htm', {'tw':'nyt_main','sb':'Senior Class'},
['Theatre Combined', 'http://www.paulcobb.co.uk/nyt/lib/seniortheatrecombined.htm', {'tw':'nyt_main','sb':'Senior Theatre CombinedClass'}],
['Dance', 'http://www.paulcobb.co.uk/nyt/lib/seniordance.htm', {'tw':'nyt_main','sb':'Senior Dance Class'}]
],
['Junior', 'http://www.paulcobb.co.uk/nyt/lib/junior.htm', {'tw':'nyt_main','sb':'Junior Class'}],
['Tots', 'http://www.paulcobb.co.uk/nyt/lib/tots.htm', {'tw':'nyt_main','sb':'Tots Class'}],
['Tiny Tots', 'http://www.paulcobb.co.uk/nyt/lib/tinytots.htm', {'tw':'nyt_main','sb':'Tiny Tots Class'}],
['Show photos 1', 'http://www.paulcobb.co.uk/nyt/lib/productions.htm', {'tw':'nyt_main','sb':'New Youth Theatre - Past Productions'},
['Oliver ', null, {'sb':'Oliver production photos'}],
['Bugsy Malone', null, {'sb':'Bugsy Malone production photos'}],
['Wizard of Oz', null, {'sb':'The Wizard of Oz production photos'}],
['Little Shop of Horrors', null, {'sb':'The Little Shop of Horrors production photos'}],
['Sound of Music', null, {'sb':'The Sound of Music production photos'}],
['Peter Pan', null, {'sb':'Peter Pan production photos'}],
['Annie', null, {'sb':'Annie production photos'}]
],
['Show photos 2', 'http://www.paulcobb.co.uk/nyt/lib/productions.htm', {'tw':'nyt_main','sb':'New Youth Theatre - Past Productions'},
['Oklahoma!', null, {'sb':'Oklahoma! production photos'}],
['Fame', null, {'sb':'Fame production photos'}],
['Fiddler on the Roof', null, {'sb':'Fiddler on the Roof production photos'}],
['Guys & Dolls', null, {'sb':'Guys & Dolls production photos'}],
['The Jungle Book', null, {'sb':'The Jungle Book production photos'}],
['Summer Holiday', null, {'sb':'Summer Holiday production photos'}],
['Cinderella', null, {'sb':'Cinderella production photos'}]
],
['Centres', 'http://www.paulcobb.co.uk/nyt/lib/centres.htm', {'tw':'nyt_main','sb':'Regional centres for New Youth Theatre'},
['Lincoln', 'http://www.paulcobb.co.uk/nyt/lib/lincoln.htm', {'tw':'nyt_main','sb':'Lincoln Centre'}],
['Newark', 'http://www.paulcobb.co.uk/nyt/lib/newark.htm', {'tw':'nyt_main','sb':'Newark Centre'}]
],
['Dance Supplies', 'http://www.paulcobb.co.uk/nyt/lib/dancesupplies.htm', {'tw':'nyt_main','sb':'Dance Supplies'}],
['Costume Hire', 'http://www.paulcobb.co.uk/nyt/lib/costumehire.htm', {'tw':'nyt_main','sb':'Costume Hire'}],
['Parties', 'http://www.paulcobb.co.uk/nyt/lib/parties.htm', {'tw':'nyt_main','sb':'New Youth Theatre Parties'}],
['Other Info', 'http://www.paulcobb.co.uk/nyt/lib/otherinfo.htm', {'tw':'nyt_main','sb':'Other Information'},
['NYT Reviews', 'http://www.paulcobb.co.uk/nyt/lib/reviews.htm', {'tw':'nyt_main','sb':'New Youth Theatre reviews'}],
['NYT Video', 'http://www.paulcobb.co.uk/nyt/lib/nytvideo.htm', {'tw':'nyt_main','sb':'See NYT on screen'}]
],
['Franchise', 'http://www.paulcobb.co.uk/nyt/lib/franchise.htm', {'tw':'nyt_main','sb':'NYT Franchising'}]
];
I have removed the original url and that is being called as url1 now.
I'm not sure if this is correct? Also the remaining options that are selected (scroll bar text etc.) I'm not altogether sure if these should be
there.
I would welcome some advice please.
|
|
|
tigra
Administrator
Posts: 1916
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 12/6/2006 at 08:44 AM |
|
|
What browser says is true. You don't have terminating apostrophe after 'lib/news2.htm in rl call.
|
|
|
|