Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Firefox BoxClickedScript (Read 2233 times)
dhoult
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 23
Joined: Jun 3rd, 2008
Firefox BoxClickedScript
Jun 3rd, 2008 at 5:55pm
Print Post  
I have set the  BoxClickedScript="palette_BoxClicked" and have the function:
       function palette_BoxClicked(box)
       {
           alert("Palette Clicked!");

       }

It works fine in IE but I do not get the alert box under Firefox 2.0.0.14

Is this a known issue bug or have people got this working somehow?

Thanks
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Firefox BoxClickedScript
Reply #1 - Jun 3rd, 2008 at 6:07pm
Print Post  
Are you using applet mode? and could you try that with all four arguments defined:

function e_BoxClicked(box, mouseX, mouseY, button)
{
  ...
}

Stoyan
  
Back to top
 
IP Logged
 
dhoult
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 23
Joined: Jun 3rd, 2008
Re: Firefox BoxClickedScript
Reply #2 - Jun 3rd, 2008 at 6:11pm
Print Post  
That was the solution!
Thanks for the quick reply.
It was applet mode.
As soon as I defined those extra arguements it worked.

Thanks
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint