<% dim user_value, pass_value, view %> <% view = 0 if ((request.form("username") = user_value) and (request.form("password") = pass_value)) then response.Cookies("username") = request.form("username") response.Cookies("password") = request.form("password") response.Cookies("username").domain = "ianmcarthur.net" response.Cookies("password").domain = "ianmcarthur.net" response.Cookies("username").expires = Date() + 1 response.Cookies("password").expires = Date() + 1 view = 1 end if if ((request.cookies("username") = user_value) and (request.cookies("password") = pass_value)) then view = 1 end if if (view = 0) then response.redirect("../index.html") end if %> <% if view = 1 then %> COLLABOR9© Gallery 2003


"Time",
Liu Jin Liu [China] Renee Harrison [Australia]


"Time",
Liu Jin Liu [China] Renee Harrison [Australia]


"Lines",
Gosia Dutkiewicz [Australia]
Yin Xiao Wei [China]

"Week 4"
Gosia Dutkiewicz [Australia]
Yin Xiao Wei [China]

"Learning"
Yang Ting [China]
Sandra Budd [Australia]

"Learning"
Yang Ting [China]
Sandra Budd [Australia]


"Memory",
Zhang Ling [China]
Sharon Cobley [Australia]

"Memory"
Zhang Ling [China]
Sharon Cobley [Australia]
   
<% end if %>