when I use these codes below,it can't open the links on the S60 5th SDK emulator.Why? Thanks
<html>
<head>
<script type="text/javascript">
<!--
function doRedirect()
{
widget.openURL("http://www.forum.nokia.com/Resources_and_Information/Explore/Web_Technologies/Web_Runtime");
window.close();
}
//-->
</script>
</head>
<body onload="doRedirect()">
</body>
</html>

Reply With Quote

