Try this if its a windows server: <% For Each name In Request.ServerVariables %> <p ><%= name %><%= Request.ServerVariables(name) %></p> <% Next %> If you don't know whether the server supports asp or php try the write commands in each lingo (you have to name the doc correspondingly, ie .asp or .php): <h1><%response.write("kuken")%><? echo"balle";?></h1> Good luck, T-dudeReceived on Thursday, 18 September 2003 18:08:34 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:38:47 GMT