the following code is to write the username to the cookie and write it out,
but the page only write hello!. WHY! Do I have to put it online. I use IIS as
server right now. Thanks!
<% dim stname
stname= request("name")
response.cookies("username") =strname%>