anserkk wrote:It seems that xbScript is a client side scripting tool.
No, it is server side (too?).
<%@ language = "xbScript" %>
<html>
<body>
<%
SET CENTURY ON
SET DEFAULT TO ( Server:MapPath( "./" ) )
USE TEST
WHILE !EOF()
Response:Write( "<div>" + FIELD -> last + " " + FIELD -> first + " " + DTOC( FIELD -> hiredate ) + "</div>" )
SKIP
ENDDO
CLOSE
%>
</body>
</html>
anserkk wrote:Hope the web hosting company will allow to Register the DLL
No, they will not allow to do it unless you use a dedicated server.
And this is generally the problem of such kind of techniques.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 79 guests