freelanceprogrammers.org Forum Index » Perl
Helpwith CGI/SOAP
Joined: 25 Apr 2004
Posts: 1
Helpwith CGI/SOAP
Hi Everyone
I already have Apache server running well and have been abe to run
PERL scripts. Hpwever, being new to the stuff,I need help to develop
a "calculator" CGI script in PERL using HTML and SOAP messages.
SO far I have come up with some of the HTML, could any one provide
assistance with the *.cgi script?
<HTML>
<FORM METHOD="POST" ACTION="calculator.CGI">
<HEAD>
<TITLE>Web Calculator</TITLE>
</HEAD>
<BODY>
<h1>
Web Calculator
</h1>
<h2>
What is
<INPUT SIZE=10 MAXLENGTH=20 NAME="Value1">
<SELECT NAME="Operand">
<OPTION SELECTED VALUE="Plus">Plus
<OPTION VALUE="Minus">Minus
<OPTION VALUE="Times">Times
<OPTION VALUE="Divide">Divided by
<OPTION VALUE="Squared">Squared
</SELECT>
<INPUT SIZE=10 MAXLENGTH=20 NAME="Value2">
<HR>
<INPUT TYPE="submit"
VALUE="Submit Request">
<INPUT TYPE="reset"
VALUE="Clear Form">
<HR>
</FORM>
</BODY>
</HTML>
regards
titi
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







