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