aboutsummaryrefslogtreecommitdiff
path: root/web/images/webqtl.js
diff options
context:
space:
mode:
authorroot2012-05-08 18:39:56 -0500
committerroot2012-05-08 18:39:56 -0500
commitea46f42ee640928b92947bfb204c41a482d80937 (patch)
tree9b27a4eb852d12539b543c3efee9d2a47ef470f3 /web/images/webqtl.js
parent056b5253fc3857b0444382aa39944f6344dc1ceb (diff)
downloadgenenetwork2-ea46f42ee640928b92947bfb204c41a482d80937.tar.gz
Add all the source codes into the github.
Diffstat (limited to 'web/images/webqtl.js')
-rwxr-xr-xweb/images/webqtl.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/images/webqtl.js b/web/images/webqtl.js
new file mode 100755
index 00000000..9b4fae83
--- /dev/null
+++ b/web/images/webqtl.js
@@ -0,0 +1,19 @@
+
+function xchange() {
+ var select = document.crossChoice.RISet;
+ var value = select.options[select.selectedIndex].value;
+
+ if (value !="BDAI") return;
+ document.crossChoice.variance.checked = false;
+}
+
+function showSample(){
+ document.crossChoice.submitID.value = "sample";
+ document.crossChoice.submit();
+}
+
+function showNext(){
+ document.crossChoice.submitID.value = "next";
+ document.crossChoice.submit();
+}
+