blob: a3e090a5d1106ee9682b8e29776cd66567eea070 (
plain)
1
2
3
4
5
6
7
|
<title>Opening BNW</title>
<form method="post" action="http://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>
|