spiderman0009
Technical User
hi
Using this piece of code on an PWS.
<% Option Explicit %>
<html><title>font size = %=ftsize%</title>
<%
Dim ftsize
ftsize = 6
%>
<font size = <%=ftsize%>>
All creatures, big and small</font>
<P>
</html>
I get this error message as below. This code is right from my understanding. But the code doesn't work. All my other code on other pages works in that directory.
Thank You
Bad Gateway
The following error occurred:
A DNS lookup error occurred. The host was not found.
--------------------------------------------------------------------------------
Please contact the administrator.
Using this piece of code on an PWS.
<% Option Explicit %>
<html><title>font size = %=ftsize%</title>
<%
Dim ftsize
ftsize = 6
%>
<font size = <%=ftsize%>>
All creatures, big and small</font>
<P>
</html>
I get this error message as below. This code is right from my understanding. But the code doesn't work. All my other code on other pages works in that directory.
Thank You
Bad Gateway
The following error occurred:
A DNS lookup error occurred. The host was not found.
--------------------------------------------------------------------------------
Please contact the administrator.