<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset_legginews__MMColParam Recordset_legginews__MMColParam = "1" If (Request.QueryString("ID") <> "") Then Recordset_legginews__MMColParam = Request.QueryString("ID") End If %> <% Dim Recordset_legginews Dim Recordset_legginews_numRows Set Recordset_legginews = Server.CreateObject("ADODB.Recordset") Recordset_legginews.ActiveConnection = MM_tecnoidea_STRING Recordset_legginews.Source = "SELECT * FROM news WHERE ID = " + Replace(Recordset_legginews__MMColParam, "'", "''") + "" Recordset_legginews.CursorType = 0 Recordset_legginews.CursorLocation = 2 Recordset_legginews.LockType = 1 Recordset_legginews.Open() Recordset_legginews_numRows = 0 %> <% Dim Recordset_news Dim Recordset_news_numRows Set Recordset_news = Server.CreateObject("ADODB.Recordset") Recordset_news.ActiveConnection = MM_tecnoidea_STRING Recordset_news.Source = "SELECT * FROM news ORDER BY data DESC" Recordset_news.CursorType = 0 Recordset_news.CursorLocation = 2 Recordset_news.LockType = 1 Recordset_news.Open() Recordset_news_numRows = 0 %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Tecnoidea Impianti | water purification plant technology
 
أخبار

18/01/2010

We will exhibit at 45th MARMOMACC, the leading stone industry exhibition in VERONA from 29th September to 2nd October 2010.

HALL 4 - STAND C5.

 






<<

07/01/2010
Bangalore – INDIA

15/01/2010
MUNICH

18/01/2010
45 th MARMOMACC - Verona





<% Recordset_legginews.Close() Set Recordset_legginews = Nothing %> <% Recordset_news.Close() Set Recordset_news = Nothing %>