File: frames.html

package info (click to toggle)
w3cam 0.7.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 748 kB
  • sloc: ansic: 3,822; makefile: 68
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>