The web page shown in webview has a following script:
Code: Select all
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>sample</title>
<script type="text/javascript">
<!--
function openwin() {
window.open("http://www.yahoo.co.jp/", "", "width=500,height=400");
}
// -->
</script>
</head>
<body>
<a href="javascript:openwin();">Open New Window</a>
</body>
</html>However, it is executed on LongRange, the new window is shown in a appropriate size, not specified size.
Is there any way to show new window in specified size on LongRange?
I appreciate your kind advice.
Best Regards,
Megumi Sawada