|
 |
|
<%
id = request("id")
session("SELECTED_LANGUAGE") = UCase( SELECTED_LANGUAGE )
if id = "" then
if UCase( SELECTED_LANGUAGE ) = "KOR" then
id = "hv02"
elseif UCase( SELECTED_LANGUAGE ) = "ENG" then
id = "hv12"
elseif UCase( SELECTED_LANGUAGE ) = "JAP" then
id = "hv22"
end if
end if
if request("ref") = "" then
if_url = "/html/kor/st/wst_050.asp?id=" & id
else
if_url = "/html/kor/st/wst_055.asp?id=" & id & "&ref=" & request("ref") & "&step=" & request("step") & "&level=" & request("level")
end if
%>
|
|
|
|
 |
|
|