loading pdb files from the web

17-09-2004 11:07:48

Is it possible to load a .pdb file into an applet directly in a similar way to how mol files are loaded? Can you provide sample html code to make this happen?

ChemAxon 7c2d26e5cf

17-09-2004 11:20:57

Yes, it is possible. Use the "mol" applet parameter:


Code:
mview_param("mol", "1crn.pdb");






You can find more info about it in the documentation:


http://www.chemaxon.com/marvin/doc/dev/viewman.html#parameters.mol





The attached html example demonstrates how to load a .pdb file into a MarvinView applet.