True!
I get the error and the page opens.
Anyway, for the timebeing, i've disabled the JSerrors at firefox ( my
default browser ) . Will test it later and let know if it works with two of
the ideas above.
Your comments are much Appreciated.
On 7/27/07, Teo [API Guru] <teom...@gmail.com> wrote:
Hi,
are you saying that you get the error and nothing else happens? or
that you get the error and the page is opened? If your case is the
second, you can try by putting everything in a try{...}catch(err){}
This happened to me too lately (don't know why, it used to work) and a
try clause was the only thing that worked.
Teo.
On Jul 27, 8:23 pm, "Nitin Sharma" <niti...@gmail.com> wrote:
I tried as was in the knowledge base of intuitive user interface, tips
and
tricks to add up a new menu item.
eg: menu.AddItem(.....,) { new ActiveXObject("WScript.Shell").Run("
http://www.website.com"); } ;
It gave me the error : on the same line with description " . "
I changed the code as such, still the same error!
var WshShell = new ActiveXObject("WScript.Shell");
WshShell.Run("http://www.website.com");
WshShell.Quit;
Any ideas ? Faced sth like this before ?
Thanks