HI !

I have been trying to develop my first app with wingware...

I have done some functions, but i want to work with forms now. How to do it ?

Code:

<%

# How to print the value of the input txtteste ?
# How to see the values that come with th esubmit press ? Something like the
# print_r PHP function

%>

<html>
 Hello planet :) - <% res.write("IT PRINTTSSSS :)") %>
 <br><b>
 
 <form action="range.psp" method="post">
 <input type="text" name="txtteste">
 <input type="submit" name="btnsubmit">
 </form>

</html>

-- 
Douglas Soares de Andrade - UnilesteMG
dsa em unilestemg.br



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to