File: ns_httpspost.adp

package info (click to toggle)
aolserver4-nsopenssl 3.0beta26-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 448 kB
  • ctags: 312
  • sloc: ansic: 3,162; tcl: 1,080; makefile: 161
file content (19 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<HTML>
<HEAD>
   <TITLE>ns_httpspost multipart test form target</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff">
<%

# Get form data and assign to variables

set r [ns_conn form $conn]

set username [ns_set get $r username]
set userpassword [ns_set get $r userpassword]

ns_puts "USERNAME = $username"
ns_puts "USERPASSWORD = $userpassword"

%>
</BODY></HTML>