|
|
| Author |
Message |
NickMarch
Joined: 15 Apr 2008
Posts: 10
|
Posted: Wed Apr 30, 2008 5:55 pm Post subject: Banner Question |
|
|
I have a Banner in the toolbar that plays music from html pages. The user chooses what to play from a menu item. Custom java script is used in the menu to open the html page in the banner.
When I convert to firefox the banner does not work. It does not load the html page into the banner.
Do I need to do something to make this work?
Thanks! |
|
| Back to top |
|
 |
NickMarch
Joined: 15 Apr 2008
Posts: 10
|
Posted: Thu May 01, 2008 5:00 pm Post subject: |
|
|
Maybe someone will help if you know the java script?
function Launch(tool)
{
tool.SetPropertyByID("tbs_banner_017303","url","http://www.website.com/chapter-9.htm")
} |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Sun May 04, 2008 4:35 am Post subject: |
|
|
Yes, it was a new JS feature implemented for IE toolbars only.
We'll be adding to Firefox converter soon. |
|
| Back to top |
|
 |
|