<html>
<head>
<script>
function OnWfrView()
{
    location.href = "Wfr.Com.4:sample.wfr /d Data1 0 sample.csv /ch \"" + location.href + "\"";
}
</script>
</head>
<body>
    <button onclick="OnWfrView()">帳票を表示します。</button>
</body>
</html>