Генеральная Ассамблея ООН
Документы
- 67-я сессия
- 66-я сессия
- Поиск
- Архив
- Ресурсы
% if Request.form("frmtype") = "srchsymbol" Then strSymbol = Request.form("term") strSymbol = Trim (strSymbol) strSymbol = Replace(strSymbol,"/","/") strSymbol = LCase(strSymbol) strValid = Left(strSymbol,4) strdocs = "http://www.un.org/ru/documents/ods.asp?m="&strSymbol Response.redirect(strdocs) end if %>