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

From Jmol
Jump to navigation Jump to search
Line 32: Line 32:
 
</jmol>
 
</jmol>
 
|now ampersands are written as <nowiki>&amp;</nowiki>. At least the applet loads, but does not find the file (does <code>load f=a1.gamess</code>)
 
|now ampersands are written as <nowiki>&amp;</nowiki>. At least the applet loads, but does not find the file (does <code>load f=a1.gamess</code>)
|-
 
|<jmol>
 
  <jmolApplet>
 
    <size>150</size>
 
    <script>load "http://defusco.msg.chem.iastate.edu/~albert/viewgit/?a=viewblob&amp;p=formaldehyde&amp;h=1094fd3626ac8aae5bb4051ff891f72bb5f82f9a&amp;hb=64f680294186d6d4e1d4687ed57a08bcdfa2f595&amp;f=a1.gamess"</script>
 
  </jmolApplet>
 
</jmol>
 
|trying with script tag
 
 
|}
 
|}

Revision as of 23:28, 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
now ampersands are written as &. At least the applet loads, but does not find the file (does load f=a1.gamess)

Contributors

AngelHerraez