Home » SQL & PL/SQL » SQL & PL/SQL » how to transmit the parameter in the form
how to transmit the parameter in the form [message #9419] Mon, 10 November 2003 00:20
php
Messages: 2
Registered: November 2003
Junior Member
I have two psp files
The first is cs1.psp:
<%@ page language="PL/SQL" %>
<%@ plsql procedure="cs1" %>

<html>
<head>
</head>
<body>
FORM TAG REMOVED action="cs" method="post">
<input type=text name="pt" value="fire" >
<input type=submit name="tijiao" value="Submit">
FORM TAG REMOVED >

</body>
</html>


The second is cs.psp:
%@ page language="PL/SQL" %>
<%@ plsql procedure="cs" %>
<%@ plsql parameter="pt" %>

<html>

<head>

<title>New Page 1</title>
</head>
<body>
The information transmitted over is:<%= pt %>


</body>

</html>

When I click the submit button in the first page(http://php/pls/press/cs1), The second page is unable to show . How I revise my source file ?
Previous Topic: copy column
Next Topic: how to transmit the parameter in the form
Goto Forum:
  


Current Time: Fri Apr 26 21:22:41 CDT 2024