File: demo_ns.htm

package info (click to toggle)
python-wpy 0.53-0.1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 832 kB
  • ctags: 1,991
  • sloc: python: 8,624; makefile: 57; sh: 24
file content (12 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<TITLE>Test</TITLE>
<BODY>
<EMBED SRC="file:///demo_ns2.py" WIDTH=400 HEIGHT=400 align=center>
	<PARAM NAME="foo" VALUE="23.8">
	<PARAM NAME="bar" VALUE="5.0">
</EMBED>
<P>
This html document runs the demo_ns2 program in a window using the EMBED tag.
You can also run <A HREF="file:///demo_ns1.py">demo_ns1</A>
or <A HREF="file:///demo_ns2.py">demo_ns2</A> full screen.
</P>
</BODY>