Question
· Aug 12, 2016

How to manage the CSP page with user input fields?

How to get a user input in cache . Below this program run in browser but displayed the error of "

Caché Server Pages Version 2016.1.1.108.0

Error Condition      The processing of the request was interrupted

CSP application closed the connection before sending a complete response"

 

 

<html>
<head>
<title>User input </title>

</head>

<body>
<script language="Cache" runat="server">
"enter 1ST num",x
"Enter 2ND num",y
= x+y
z
</script>
</body>
</html>
 

Discussion (1)0
Log in or sign up to continue