i am trying to use javascript alert function
<img onclick="alert(\''+marker.PlaceName+'\');"/>
it give alert but in some mobile devices such as android samsung galaksy s2 it does not just give message(marker.PlaceName) it also gives alert or javascript info
how can i override this?