Is there any other way that i can open a new window/alert box from a
javascript component? Are there any other objects or services available
for JScomponent that i may use ?

> JS Components do not execute in the context of a window. Alert is
> a property of window and not available to JS components. JS
> components get only the core JS classes, 'Components', 'dump',
> and 'debug'.
> 
> John.
> 

Reply via email to