eval() with ActiveXObject

2009-06-11 Thread JF
Hi, i have a string that contain a javascript function. Within that function, there is a ActiveXObject(Microsoft.XMLDOM); object. When i pass that string to the eval function, i get an error automation server can't create object. I am using IE 6. Anyone have an idea ?

Execute custom javascript function

2009-06-05 Thread JF
Anyone can tell me if this is possible. I have custom pure javascript function that i want to inject in the gwt html. This javascript is executed with the eval() function. This part work but stop execute at some point during execution. Anyone did succesfully add script.../script tag in his gwt

Add javascript to html

2009-06-03 Thread JF
Hi, Is there a way to add script function /script to the html block and execute the function ? Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Add javascript to html

2009-06-03 Thread JF
Let's say i have a String js = scriptfunction x() {} x();/ script; i want to be able to inject that string. I can do it with setHTML(js), but x(); is not called. On Jun 3, 10:27 am, Jamie jamiesharbor-sou...@yahoo.com wrote: I think you are talking about

Swapping Panel

2009-03-10 Thread JF
Hi, i am wondering if the is a way to change panel at runtime with an onlick event. Right now what i am doing is mainPanel.clear() mainPanel.add(otherPanel) Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups