<%@LANGUAGE="VBSCRIPT"%> <% ' *** Edit Operations: declare variables MM_editAction = CStr(Request("URL")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Request.QueryString End If ' boolean to abort record edit MM_abortEdit = false ' query string to execute MM_editQuery = "" %> <% ' *** Insert Record: set variables If (CStr(Request("MM_insert")) <> "") Then MM_editConnection = MM_connAllsale_STRING MM_editTable = "[Mailing List]" MM_editRedirectUrl = "Today_special.asp" MM_fieldsStr = "textEnterEmail|value" MM_columnsStr = "EmailAddress|',none,''" ' create the MM_fields and MM_columns arrays MM_fields = Split(MM_fieldsStr, "|") MM_columns = Split(MM_columnsStr, "|") ' set the form values For i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_fields(i+1) = CStr(Request.Form(MM_fields(i))) Next ' append the query string to the redirect URL If (MM_editRedirectUrl <> "" And Request.QueryString <> "") Then If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString Else MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString End If End If End If %> <% ' *** Insert Record: construct a sql insert statement and execute it If (CStr(Request("MM_insert")) <> "") Then ' create the sql insert statement MM_tableValues = "" MM_dbValues = "" For i = LBound(MM_fields) To UBound(MM_fields) Step 2 FormVal = MM_fields(i+1) MM_typeArray = Split(MM_columns(i+1),",") Delim = MM_typeArray(0) If (Delim = "none") Then Delim = "" AltVal = MM_typeArray(1) If (AltVal = "none") Then AltVal = "" EmptyVal = MM_typeArray(2) If (EmptyVal = "none") Then EmptyVal = "" If (FormVal = "") Then FormVal = EmptyVal Else If (AltVal <> "") Then FormVal = AltVal ElseIf (Delim = "'") Then ' escape quotes FormVal = "'" & Replace(FormVal,"'","''") & "'" Else FormVal = Delim + FormVal + Delim End If End If If (i <> LBound(MM_fields)) Then MM_tableValues = MM_tableValues & "," MM_dbValues = MM_dbValues & "," End if MM_tableValues = MM_tableValues & MM_columns(i) MM_dbValues = MM_dbValues & FormVal Next MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")" If (Not MM_abortEdit) Then ' execute the insert Set MM_editCmd = Server.CreateObject("ADODB.Command") MM_editCmd.ActiveConnection = MM_editConnection MM_editCmd.CommandText = MM_editQuery MM_editCmd.Execute MM_editCmd.ActiveConnection.Close If (MM_editRedirectUrl <> "") Then Response.Redirect(MM_editRedirectUrl) End If End If End If %> Type

 

About Us
Products
Principle
Contact
 

 

 


IRON WIRE TYPE COMPARABILITY LIST

Diameter 100m(Kg) Diameter 100m(Kg) Diameter 100m(Kg)
0.07 0.00302 0.63 0.245 2.5 3.85
0.08 0.00395 0.65 0.26 2.6 4.17
0.09 0.00499 0.7 0.302 2.8 4.83
0.1 0.00617 0.75 0.347 3 5055
0.125 0.00917 0.8 0.395 3.2 6.39
0.16 0.0158 0.85 0.445 3.4 7.13
0.18 0.0200 0.9 0.499 3.5 7.99
0.20 0.0247 0.955 0.559 3.6 8.44
0.22 0.0298 1 0.617 3.75 8.9
0.25 0.0385 1.05 0.68 3.8 9.86
0.28 0.0483 1.1 0.746 4 11.1
0.3 0.0555 1.15 0.815 4.25 12.5
0.32 0.0639 1.2 0.888 4.5 13.9
0.34 0.0713 1.25 0.936 4.75 15.42
0.35 0.0755 1.3 1.042 5 16.3
0.36 0.0799 1.4 1.208 5.15 17.3
0.38 0.089 1.5 1.39 5.3 18.64
0.4 0.0986 1.6 1.58 5.5 19.3
0.43 0.114 1.7 1.78 5.6 22.2
0.45 0.125 1.8 2.00 6 24.5
0.48 0.1421 1.9 2.23 6.3 26.0
0.5 0.1542 2 2.47 6.5 30.2
0.53 0.173 2.1 2.72 7 34.7
0.55 0.186 2.25 3.12 7.5 39.5
0.56 0.193 2.3 3.26 8 44.5
0.6 0.222 2.4 3.35 8.5  

  About Us | Products| Principle | Contact Us
 

All Rights Reserved, Diginmotion,Inc