<%@ Language=VBScript %> <%Option Explicit%> <%Response.CharSet = Application("WebbyggCharset") Response.Buffer=TRUE%> <% Set OBJdbConnection = Server.CreateObject("ADODB.Connection") strConnect = "Driver={SQL Server};" & "Server=" & Application("DSN") & ";Database=" & Application("Database") & ";UID=" & Application("SrvUserId") & ";PWD=" & Application("SrvPassword") OBJdbConnection.Open strConnect Dim RSoName '*************************************** 'lngOwnerId: Denna sätts automatiskt för varje webbyggsida av webbyggsverktyget. Om mellanstartsida: Hårdkoda rätt ownerid. lngOwnerId = 12 'Sätts från webbyggaren 'lngMenuid: Denna sätts unik för varje webbyggsida av webbyggsverktyget. Om mellanstartsida: sätt den till 0. lngMenuid = 181 'Sätts från webbyggaren 'lngTextid: Denna sätts unik för varje webbyggsida av webbyggsverktyget. lngTextid = 142 'Sätts från webbyggaren lngSprakId = 2 'Sätts från webbyggaren '*************************************** strSQL = "SELECT Name FROM OwnerInfo WHERE ownerid = " & lngOwnerId Set RSoName = objdbconnection.execute(strSQL) %> "/> Pressed components "/>

<%=RSoName("Name")%>

Pressed parts

We manage complexed shapes of pressed parts, with precision in shape and geometry. You will find our products in many different industries worldwide. We work closely with automotive- and white goods industry to mention some industries. The products below are some examples of what we produce.

 

 

Support armPulshjul

 

 

 

 

 

Product features

 

We press parts in various metals, such as mild steel, high strength steel, stainless steel and aluminium.

 

  • Complexed geometries
  • High demand on functions
  • High demands on tolerances and shapes
  • Use of ultra high strength steel

 

<% OBJdbConnection.Close Set OBJdbConnection = Nothing %>