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

From Jmol
Jump to navigation Jump to search
Line 1: Line 1:
 
== A test for urlContents with a PHP url ==
 
== A test for urlContents with a PHP url ==
Simple URL, within wiki.jmol.org:
+
{|
 
+
|<jmol>
<jmol>
 
 
   <jmolApplet>
 
   <jmolApplet>
     <size>200</size>
+
     <size>150</size>
 
     <urlContents>http://wiki.jmol.org/images/Caffeine.mol</urlContents>
 
     <urlContents>http://wiki.jmol.org/images/Caffeine.mol</urlContents>
 
   </jmolApplet>
 
   </jmolApplet>
 
</jmol>
 
</jmol>
 
+
|a simple URL, within wiki.jmol.org
Simple URL, in an outside server (supposedly need the signed applet, but it's not so):
+
|-
 
+
|<jmol>
<jmol>
 
 
   <jmolApplet>
 
   <jmolApplet>
     <size>200</size>
+
     <size>150</size>
 
     <urlContents>http://biomodel.uah.es/model1j/prot/cys.pdb</urlContents>
 
     <urlContents>http://biomodel.uah.es/model1j/prot/cys.pdb</urlContents>
 
   </jmolApplet>
 
   </jmolApplet>
 
</jmol>
 
</jmol>
 
+
|a simple URL, in an outside server (supposedly need the signed applet, but it's not so)
PHP URL:
+
|-
<jmol>
+
|<jmol>
 
   <jmolApplet>
 
   <jmolApplet>
     <size>200</size>
+
     <size>150</size>
 
     <urlContents>http://defusco.msg.chem.iastate.edu/~albert/viewgit/?a=viewblob&p=formaldehyde&h=1094fd3626ac8aae5bb4051ff891f72bb5f82f9a&hb=64f680294186d6d4e1d4687ed57a08bcdfa2f595&f=a1.gamess</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>
 +
|a PHP url, that includes ampersands :: this is broken
 +
|}

Revision as of 20:17, 11 November 2009

A test for urlContents with a PHP url

a simple URL, within wiki.jmol.org
a simple URL, in an outside server (supposedly need the signed applet, but it's not so)
a PHP url, that includes ampersands :: this is broken

Contributors

AngelHerraez