Results for browsers translation from Korean to Russian

Computer translation

Trying to learn how to translate from the human translation examples.

Korean

Russian

Info

Korean

browsers

Russian

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Korean

Russian

Info

Korean

you can find a browscap.ini file at http://www.garykeith.com/browsers/downloads.asp.

Russian

Пред.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

although, browsers are smart enough to detect character encoding in html. charset is better to be set in http header. change default_charset according to character encoding.

Russian

Пример 1. php.ini setting example

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

/* * returns a new xmlhttprequest object, or false if this browser * doesn't support it */ function newxmlhttprequest() { var xmlreq = false; if (window.xmlhttprequest) { // create xmlhttprequest object in non-microsoft browsers xmlreq = new xmlhttprequest(); } else if (window.activexobject) { // create xmlhttprequest via ms activex try { // try to create xmlhttprequest in later versions // of internet explorer xmlreq = new activexobject("msxml2.xmlhttp"); } catch (e1) { // failed to create required activexobject try { // try version supported by older versions // of internet explorer xmlreq = new activexobject("microsoft.xmlhttp"); } catch (e2) { // unable to create an xmlhttprequest with activex } } } return xmlreq; } /* * returns a new xmlhttprequest object, or false if this browser * doesn't support it */ function newxmlhttprequest() { var xmlreq = false; if (window.xmlhttprequest) { // create xmlhttprequest object in non-microsoft browsers xmlreq = new xmlhttprequest(); } else if (window.activexobject) { // create xmlhttprequest via ms activex try { // try to create xmlhttprequest in later versions // of internet explorer xmlreq = new activexobject("msxml2.xmlhttp"); } catch (e1) { // failed to create required activexobject try { // try version supported by older versions // of internet explorer xmlreq = new activexobject("microsoft.xmlhttp"); } catch (e2) { // unable to create an xmlhttprequest with activex } } } return xmlreq; }

Russian

/* * Возвращает новый xmlhttprequest объект или false, если браузер его не поддерживает */ function newxmlhttprequest() { var xmlreq = false; if (window.xmlhttprequest) { // Создадим xmlhttprequest объект для не-microsoft браузеров xmlreq = new xmlhttprequest(); } else if (window.activexobject) { // Создадим xmlhttprequest с помощью ms activex try { // Попробуем создать xmlhttprequest для поздних версий // internet explorer xmlreq = new activexobject("msxml2.xmlhttp"); } catch (e1) { // Не удалось создать требуемый activexobject try { // Пробуем вариант, который поддержат более старые версии // internet explorer xmlreq = new activexobject("microsoft.xmlhttp"); } catch (e2) { // Не в состоянии создать xmlhttprequest с помощью activex } } } return xmlreq; } /* * Возвращает новый xmlhttprequest объект или false, если браузер его не поддерживает */ function newxmlhttprequest() { var xmlreq = false; if (window.xmlhttprequest) { // Создадим xmlhttprequest объект для не-microsoft браузеров xmlreq = new xmlhttprequest(); } else if (window.activexobject) { // Создадим xmlhttprequest с помощью ms activex try { // Попробуем создать xmlhttprequest для поздних версий // internet explorer xmlreq = new activexobject("msxml2.xmlhttp"); } catch (e1) { // Не удалось создать требуемый activexobject try { // Пробуем вариант, который поддержат более старые версии // internet explorer xmlreq = new activexobject("microsoft.xmlhttp"); } catch (e2) { // Не в состоянии создать xmlhttprequest с помощью activex } } } return xmlreq; }

Last Update: 2011-03-23
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
7,758,593,429 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK