Difference between revisions of "User:AngelHerraez/Sandbox/PhpUrl"

From Jmol
Jump to navigation Jump to search
(Created page with '== A test for urlContents with a PHP url == Simple URL: <jmol> <jmolApplet> <urlContents>http://wiki.jmol.org/images/Caffeine.mol</urlContents> </jmolApplet> </jmol> PHP...')
 
Line 1: Line 1:
 
== A test for urlContents with a PHP url ==
 
== A test for urlContents with a PHP url ==
Simple URL:
+
Simple URL, within wiki.jmol.org:
 +
 
 
<jmol>
 
<jmol>
 
   <jmolApplet>
 
   <jmolApplet>
 +
    <size>200</size>
 
     <urlContents>http://wiki.jmol.org/images/Caffeine.mol</urlContents>
 
     <urlContents>http://wiki.jmol.org/images/Caffeine.mol</urlContents>
 +
  </jmolApplet>
 +
</jmol>
 +
 +
Simple URL, in an outside server (supposedly need the signed applet, but it's not so):
 +
 +
<jmol>
 +
  <jmolApplet>
 +
    <size>200</size>
 +
    <urlContents>http://biomodel.uah.es/model1j/prot/cys.pdb</urlContents>
 
   </jmolApplet>
 
   </jmolApplet>
 
</jmol>
 
</jmol>
Line 10: Line 21:
 
<jmol>
 
<jmol>
 
   <jmolApplet>
 
   <jmolApplet>
     <signed>true</signed>
+
     <size>200</size>
     <urlContents>URL of the molecular file</urlContents>
+
     <urlContents>http://defusco.msg.chem.iastate.edu/~albert/viewgit/?a=viewblob&p=formaldehyde&h=1094fd3626ac8aae5bb4051ff891f72bb5f82f9a&hb=64f680294186d6d4e1d4687ed57a08bcdfa2f595&f=a1.gamess</urlContents>
 
   </jmolApplet>
 
   </jmolApplet>
 
</jmol>
 
</jmol>

Revision as of 20:13, 11 November 2009

A test for urlContents with a PHP url

Simple URL, within wiki.jmol.org:

Simple URL, in an outside server (supposedly need the signed applet, but it's not so):

PHP URL:

Contributors

AngelHerraez