Hi guys,
I'm having issue with inline code.
I've code like this:
It run perfectly on emulator. But failed on device.Code:<div onclick='mwl.insertHTML("#holder", "this is clicked")'>click me!</div> <div id='holder'></div>
When I change it to:
It run fine on device and emulator. But with caveat, that the later code will produce unneeded request to server.Code:<div onclick='javascript:mwl.insertHTML("#holder2", "this is clicked with javascript")'>click me!</div> <div id='holder2'></div>
here's my test project: http://dl.dropbox.com/u/1636195/Test...Javascript.wgt

Reply With Quote

