I am new to Python Server Pages (psp).

Can psp “read” the html field value?

Example:

<html>
:
:
<body>
<input type="hidden" id="selected" name="selected" value="0">

<%
# Read/Get the above hidden field value
# Perform some task
#re-write the hidden field value
%>
:
:
</body>
</html>

Thanks for your help and advise!

I think you should post your question to the psp support forum. If any.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.