Nuno, after making some changes to adapt to my necessities, the code could
be resumed to this:


<HTML>
<HEAD>
<TITLE>Teste</TITLE>
<!-- 
    ===> This script is optional. Just to check the value of the parameter
<script language="Cache" runat="server">
 w $$$cspJavaScriptStart,!
 w "alert('Request: "_%request.Get("Parameter")_"');",!
 w "alert(self.document.location);"
 w $$$cspJavaScriptEnd,!
</script>
-->
</HEAD>
<BODY>
<form name ="calendar" method="post">
<input type='text' name='Parameter' value='#(%request.Get("Parameter"))#'>
<Input type='submit' value='Go'>
</form>
<br><br>Parameter value: #(%request.Get("Parameter"))#
</BODY>
</HTML>



Thanks,
Leonardo



Reply via email to