I am trying to run a simple alert function. It is running fine on all the other major browsers but nothing shows up on Mobile UC Browser (latest version). Please help
<html>
<head>
<title> Javascript Testing </title>
</head>
<body>
<script type="text/javascript">
window.onload = function () {
alert('Javascript Working!');
}
</script>
</body>
<html>
Aucun commentaire:
Enregistrer un commentaire