Customizing the Genex Applet using Parameters

You can customize the Genex Applet to allow students to study a gene you have specified.
If you do not specify a parameter, Genex will use the default value given below.
The parameters are as follows:
Parameters can be specified in any order.
Here is a sample:
<html>
<head> 
<title>testing</title> 
</head> 
<body> 
<applet code="GenexApplet.class" archive="genex.jar" width=800 height=500> 
<PARAM NAME="DNA_SEQUENCE" VALUE="TAAGGCTATAACCGAGATTGATGCCTTGTGCGATAAGGTGTGTCCCCCCCCAAAGTGTCGGATGTCGAGTGCGCGTGCAAAAAAAAACAAAGGCGAGGACCTTAAGAAGGTGTGAGGGGGCGCTCGAT"> 
<PARAM NAME="PRINTING" VALUE="TRUE">
</applet> 
<hr> 

</body> 
</html> 
</code> 
You will need to include the genex.jar file in the same directory on the server as the html file.
Contact Brian White if you have questions.