File: frames.html

package info (click to toggle)
w3cam 0.7.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 472 kB
  • ctags: 346
  • sloc: ansic: 3,811; makefile: 111
file content (11 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
<!-- sample code to show how to build your own
	html menu to control the cgi output
-->
<frameset rows="100,*" border=0>
<frame name=menu src=menu.html>

<!-- add default values for the cgi at the end..
     the "mode=html" is important here!
-->
<frame name=image src="/cgi-bin/w3cam.cgi?mode=html&refresh=-1">
</frameset>