Ready to showcase your work, publish content or promote your business online? With Squarespace’s award-winning templates and 24/7 customer service, getting started is simple. Head to Squarespace.com and use offer code ‘EXPERTS’ to get 10% off your first purchase.
<% If index < 1 Then %>
<script>
alert("this is a message")
</script>
<%End If%>
2.
<%
If Index < 1 Then
Response.write "<script>alert('this is a message'):</script>"
End If
%>
%>