How to Show a Molecule in FirstGlance in Jmol
from Your Website

How Specify a PDB Identification Code in a Hyperlink to FirstGlance

This help is for people who already know how to make a web page that includes hyperlinks.

Specify the PDB identification code in place of 1d66 in this example:

<a href="http://www.bioinformatics.org/firstglance/fg.htm?mol=1d66" target=_blank>View 1d66</a>
Try it: View 1d66

Using target=_blank is recommended to open a new window for FirstGlance, leaving the page with the link(s) to it behind the new window.


How to load a molecule from any server into FirstGlance

Replace the PDB identification code, in the above example, with the entire URL to the desired PDB file. For example, under Toxins in the Atlas of Macromolecules you can find a model for the heptamer of anthrax protective antigen, available from

http://molvis.sdsc.edu/pdb/1acchept.pdb

This URL can be specified after ?mol= in the link to FirstGlance, but the colon (:) must be "escaped" to %3A. Thus, the link would be

<a href="http://www.bioinformatics.org/firstglance/fg.htm?mol=http%3A//molvis.sdsc.edu/pdb/1acchept.pdb"
target=_blank>Anthrax Protective Antigen Heptamer</a>
Try it: Anthrax Protective Antigen Heptamer




Advanced Options

Advanced options (available from the main page with the Advanced Options link) can be specified in hyperlinks. These options should generally be unnecessary. If you think you need one of these options, please contact to discuss whether it is necessary. For example, to invoke the framed version of FirstGlance with the signed applet in debugging mode, the hyperlink would be:

<a href="http://www.bioinformatics.org/firstglance/fgf.htm?mol=1d66&appl=s&db=1" target=_blank>View
1d66 with frames, using signed applet, in debugging mode</a>
Try it: View 1d66 with frames, using signed applet, in debugging mode;



Feedback to Eric Martz.