news from MadMax
Brought to you by:
vnknowledge,
vnphoenix
I have improved the language selection with "ITALIAN".
also i have update "lang_select.asp"
with
<option value="it" <%if Session
("lang") = "it" then response.Write "selected" %
>>Italiano</option>
and "change_lang.asp"
with
IF Session("lang") = "it" THEN
Session.LCID = 1040
ELSE
Session.LCID=1033
END IF
of course i have disabled the "Session.LCID=1033"
instruction from "common_functions.asp"
and finally i have created "it_def.asp"
GREAT!!!!!
MadMax