Date:  09/05/2003 12:44:16 PM Msg ID:  001612
From:  Ramon Thread:  001612
Subject:  server.execute
when i try to do this:
 
<%
i = "whatever"
server.execute("myprog.fwx?passme="+i)
%>
 
does not work. i even try doing this:
 
i = "whatever"
cURL = "myprog.fwx?passme="+i
server.execute(cURL)
%>
 
still does not work. any help?