M
Marcos MOS
Hi all,
I would like show a message to user when the function's result return
"false"... like this
....
if (! my_function(params))
showMessage("my string message");
so, How Can I do it? Like, send a window's message or opening an other
iexplorer sending the string message by parameter, like (in Javascript)
"window.open"...
thanks for all
Marcos
I would like show a message to user when the function's result return
"false"... like this
....
if (! my_function(params))
showMessage("my string message");
so, How Can I do it? Like, send a window's message or opening an other
iexplorer sending the string message by parameter, like (in Javascript)
"window.open"...
thanks for all
Marcos