- From: Tibbe <tibbedude@telia.com>
- Date: Thu, 18 Sep 2003 21:49:43 +0200
- To: <www-talk@w3.org>
Received on Thursday, 18 September 2003 18:08:34 UTC
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-dude
Received on Thursday, 18 September 2003 18:08:34 UTC