aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/bnw_page.html
blob: 317b4bd7c2261133e938f9684cf93180631be046 (plain)
1
2
3
4
5
6
7
<title>Opening BNW</title>
<form method="post" action="https://bnw.genenetwork.org/sourcecodes/bn_genenet.php" name="bnwform" id="bnwform">
  <input type="hidden" name="My_Genenet" value="{{ form_value }}">
</form>
<script  type="text/javascript">
    document.bnwform.submit();
</script>