How to Show a Molecule using 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://firstglance.jmol.org/fg.htm?mol=1d66" target=_blank>View 1d66</a>
Try it: View 1d66

Using target=_blank is recommended because it opens a new window for FirstGlance, leaving the page containing the link(s) to FirstGlance available 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://firstglance.jmol.org/fg.htm?mol=http%3A//molvis.sdsc.edu/pdb/1acchept.pdb"
target=_blank>Anthrax Protective Antigen Heptamer</a>
Try it: Anthrax Protective Antigen Heptamer



For more technical information, please see PDB Data File Access Methods Employed by FirstGlance.


Linking to a Mirror Site

If you are located outside the USA, and you get consistently faster display of the molecule from a FirstGlance Mirror Site, you can use the mirror URL for your links by replacing "firstglance.jmol.org" (in the examples above) by your preferred mirror URL.


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, indeed, necessary. For example, to invoke FirstGlance with the signed applet in debugging mode, the hyperlink would be:

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



Feedback to