|
|
Helix |
This page gives the basic steps for integrating SStructView 1.1 into your web page.
Note that the data file format has changed slightly since release 1.0; see
<APPLET CODE="SStructView.class" ARCHIVE="SStructView.zip" NAME="SSApplet" WIDTH="500" HEIGHT="300" ALIGN="BOTTOM"> <PARAM NAME="action-URL" VALUE="http://www-smi.stanford.edu/cgi-bin/generic.pl?selection=<--SELECTION-->"> <PARAM NAME="structure-data-URL" VALUE="http://www-smi.stanford.edu/projects/helix/sstructview/data/e.coli16s.coord"> <PARAM NAME="action-desc" VALUE="Generic CGI"> <PARAM NAME="initial-selection" VALUE="7,8,9,10,11,12"> <PARAM NAME="flagged-bases" VALUE="2,3,4"> <PARAM NAME="show-controls" VALUE="true"> </APPLET>

then your "structure-data-URL" parameter would look like this:
<PARAM NAME="structure-data-URL" VALUE="http://www.mysite.com/myHTMLdir/e.coli16s.coord">
For an example of a more sophisticated web page that uses all of SStructView's features, see the SStructView tutorial page.
ARCHIVE="http://www.mysite.com/javastuff/SStructView.zip"