Pls. correct this HTML?
-
<html> <head> <title>Measurement Conversion Utility: Result</title> <style> body, h1, p {text-align: center} </style> </head> <body> <p> <h1>Measurement Conversion Utility</h1> <% sub Write (s) Response.write(s) End Sub sub Break(N) Dim counter for counter = 1 to N Response.write ("<br/>") Next End Sub Function Centimeter (n, fromUnit) Select Case fromUnit case "mm" Centimeter = n/10 case "cm" Centimeter = n case "dm" Centimeter = n*10 case Else Centimeter = 0 End select End Function Function Centimeter (n, fromUnit) Select Case fromUnit case "mm" Millimeter = n case "cm" Millimeter = n*10 case "dm" Millimeter = n*100 case Else Millimeter = 0 End Select End Function Function Decimeter (n, fromUnit) Select Case fromUnit case "mm" Decimeter = n/100 case "cm" Decimeter = n/10 case "dm" Decimeter = n case Else Millimeter = 0 End Select End Function Dim measurement Value Dim ConvertFrom, covertTo measurementValue=(Int(Request.form("me… ConvertFrom=Request.from ("convertFrom") ConvertTo=Request.form ("convertTo") Write(measurementValue & " " & convertFrom) Write("is equal to") Select case convertTo case "cm" Write (centimeter(measurementvalue, covnertfrom)) case "mm" Write (millimeter(measurementValue, convertFrom)) End Select Write (" " & convertTo Break(z) %> <a href="" onclick" history.back(); return false;> back </a> </p> </body> </html>
-
Answer:
No.
Ammonium... at Yahoo! Answers Visit the source
Related Q & A:
- How To Know Correct VAT Registration Number?Best solution by accountingweb.co.uk
- How to correct collision between particles?Best solution by blender.stackexchange.com
- How can i delete the links that posted on my status?it bothers my im to frends.pls help me delete that?Best solution by Yahoo! Answers
- Can't delete name off messenger address list, error code 40402,need help pls?Best solution by Yahoo! Answers
- Pls Help me understand how this integral is solved?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.