-
help with a problem
function evaluate ()
{
}
</SCRIPT>
</HEAD>
<BODY>
Enter a number, select one or more checkboxes, and
then click on "Evaluate".
<FORM NAME="numbers">
Number
<INPUT TYPE=text SIZE=5 NAME="x">
<P>
<INPUT TYPE=checkbox NAME="square"> Square
<INPUT TYPE=checkbox NAME="root"> Square Root
<P>
<INPUT
TYPE=button
VALUE="Evaluate"
ONCLICK="evaluate();">
<P>
<TEXTAREA ROWS=5 COLS=40 NAME="result">
</TEXTAREA>
</FORM>
</BODY>
</HTML>
I'm having problem writing the script for this so I can get a corect solution.
Any help or direction would be very helpful.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks