Team:Heidelberg/Modeling/miGUI
From 2010.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
/* tissuearray = tissuearray.split(";"); | /* tissuearray = tissuearray.split(";"); | ||
Line 34: | Line 35: | ||
var dataarray = new Array(11); | var dataarray = new Array(11); | ||
- | d = document | + | var d = document |
- | dforms = d.forms | + | var dforms = d.forms |
function sendall() { | function sendall() { | ||
Line 136: | Line 137: | ||
} | } | ||
- | document.getElementById(" | + | document.getElementById("iframe"+num).src = scriptoutput; |
} | } | ||
} | } | ||
Line 146: | Line 147: | ||
readvar(num, "giveinput"); | readvar(num, "giveinput"); | ||
switch (num) { | switch (num) { | ||
+ | |||
+ | case 6: scriptoutput = 'http://igem.bioquant.uni-heidelberg.de/cgi-bin/igem_2010/execteststefan.pl?input1=' + dataarray[num][0] + '&input2=' + dataarray[num][1]; | ||
+ | //case 6: scriptoutput = 'test.htm' | ||
+ | break; | ||
+ | |||
case 7: scriptoutput = 'http://igem.bioquant.uni-heidelberg.de/cgi-bin/igem_2010/aastha.pl?miRBStarget=' + dataarray[num][0] + '&miRBSofftarget=' + dataarray[num][1] + '&miRBSonofftarget=' + dataarray[num][2] + '&outmiRBStreshold=' + dataarray[num][3]; | case 7: scriptoutput = 'http://igem.bioquant.uni-heidelberg.de/cgi-bin/igem_2010/aastha.pl?miRBStarget=' + dataarray[num][0] + '&miRBSofftarget=' + dataarray[num][1] + '&miRBSonofftarget=' + dataarray[num][2] + '&outmiRBStreshold=' + dataarray[num][3]; | ||
break; | break; | ||
Line 166: | Line 172: | ||
function click() { | function click() { | ||
- | alert(window.frames[' | + | alert(window.frames['iframe'+6].arrayKnockdown[2]) |
} | } | ||
Line 233: | Line 239: | ||
</form></td></tr> | </form></td></tr> | ||
<tr id="lowerinputform6" class="lowerinputform"><td>shR_BS:<form name="formout6"> | <tr id="lowerinputform6" class="lowerinputform"><td>shR_BS:<form name="formout6"> | ||
- | <input name=" | + | miRNA<br><input name="targetmiRNA" type="text" size="30" maxlength="30"><br> |
- | </form></td></tr> | + | Knockdown<br><input name="knockdown" type="text" size="30" maxlength="30"><br> |
+ | </form> | ||
+ | |||
+ | <iframe id="iframe6" name="iframe6" style="border:none; display:block;"></iframe></td></tr> | ||
<tr id="lowerinputform7" class="lowerinputform"><td>miRNA_BS:<form name="formout7"> | <tr id="lowerinputform7" class="lowerinputform"><td>miRNA_BS:<form name="formout7"> | ||
Target: <br/><select name="miRBStarget"> | Target: <br/><select name="miRBStarget"> | ||
Line 263: | Line 272: | ||
</form> | </form> | ||
- | <iframe id=" | + | <iframe id="iframe7" name="iframe7" style="border:none; display:block;"></iframe> </td></tr> |
<tr id="lowerinputform8" class="lowerinputform"><td>Reference:<form name="formout8"> | <tr id="lowerinputform8" class="lowerinputform"><td>Reference:<form name="formout8"> | ||
<input name="output8" type="text" size="30" maxlength="30"> | <input name="output8" type="text" size="30" maxlength="30"> | ||
Line 341: | Line 350: | ||
</td></tr> | </td></tr> | ||
<tr id="rightinputform6" class="forms"><td> | <tr id="rightinputform6" class="forms"><td> | ||
- | <p> | + | <p>Please enter your target miRNA and the desired knockdown<br></p> |
<form name="giveinput6"> | <form name="giveinput6"> | ||
- | < | + | miRNA<br><input name="targetmiRNA" type="text" size="30" maxlength="30" value="UUUUUUUUUUUUUUUUUUUUUU"><br> |
+ | Knockdown<br><input name="knockdown" type="text" size="30" maxlength="30" value="0.5"><br> | ||
<input type="button" value="Submit" onClick="getvar(6);"></form> | <input type="button" value="Submit" onClick="getvar(6);"></form> | ||
</td></tr> | </td></tr> |
Revision as of 18:44, 24 October 2010
|
|
||||||||||||||||||||||||||