Guest User

Untitled

a guest
Jun 29th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.92 KB | None | 0 0
  1. <%If Testo62 <> "" or Testo63 <> "" or Testo64 <> "" or Testo65 <> "" or Testo66 <> "" or Testo67 <> "" Then%>
  2. <div id="connettori-head" span class="testo-arancione">
  3.   <div align="center">CONNETTORI</div>
  4. </div>
  5.  
  6. <div id="connettori" class="testo">
  7.       <div align="center">
  8.           <%If Testo62 <> "" Then%><a href="connettori.html?conn=twiston">Twist on</a><br /><%End If%>
  9.           <%If Testo63 <> "" Then%><a href="connettori.html?conn=mr">M.R</a><br /><%End If%>
  10.           <%If Testo64 <> "" Then%><a href="connettori.html?conn=compression">Compression</a><br /><%End If%>
  11.           <%If Testo65 <> "" Then%><a href="connettori.html?conn=alm">Light/ALM crimp.</a><br /><%End If%>
  12.           <%If Testo66 <> "" Then%><a href="connettori.html?conn=hl">Hard Line</a><%End If%>
  13.           <%If Testo67 <> "" Then%><a href="connettori.html?conn=bnc">BNC</a><%End If%>
  14.       </div>
  15. </div> <!--chiude connettori -->
  16.  
  17. <%End If%>
Add Comment
Please, Sign In to add comment