Dean32766
Newbie
Posts: 1
Registered: 1/9/2010
Member Is Offline
|
| posted on 1/11/2010 at 08:10 PM |
|
|
menu_item.js file syntax for links
I have some code that I would like to use for a link within the menu. How can I recode it for the menu_items.js file?
my working code:
<a href="http://www.mywebsite.com/video2.swf" rel="vidbox 640 525">TestVideo2</a>
How do I code it for the menu_items.js file:
['TestVideo2', 'http://www.mywebsite.com/video2.swf', 'javascript:rel=("vidbox 640 525")',
This doesn't work.
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/27/2010 at 11:58 PM |
|
|
try:
['TestVideo2', 'http://www.mywebsite.com/video2.swf" rel="vidbox 640 525',
it's a hack, but it can work
|
|
|