Se puede hacer un simple alert?
Si dicen que se puede integrar con Jquery, como se hace?. Entiendo que en este caso mwl sería el lenguaje que se ejecuta en el cliente y por tanto el javascript normal en el lado del servidor.
Printable View
Se puede hacer un simple alert?
Si dicen que se puede integrar con Jquery, como se hace?. Entiendo que en este caso mwl sería el lenguaje que se ejecuta en el cliente y por tanto el javascript normal en el lado del servidor.
Hi and welcome to forum!
Unfortunately I don't know Spanish so I have to answer in English.
Basic alert() is not supported in Series 40 Web Apps.
What comes to your second question, you are right. You can use jQuery, but it is only executed at proxy server side and that must be taken into account when designing a web app.
[url]http://www.developer.nokia.com/Community/Wiki/Series_40_web_apps_-_FAQ#Can_I_use_any_off_the_shelf_JavaScript.3F[/url]
-Ilkka
Hi, since the function 'alert' dosen't work in Web apps what is the solution to display confirmation messages?
Most common way is to just insert the text into a div. Then use MWL to toggle div visibility.
Br,
Ilkka
Okay Thanx ^_^