Usted buscó: browsers (Coreano - Ruso)

Traducción automática

Aprendiendo a traducir con los ejemplos de traducciones humanas.

Korean

Russian

Información

Korean

browsers

Russian

 

De: Traducción automática
Sugiera una traducción mejor
Calidad:

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Coreano

Ruso

Información

Coreano

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

Ruso

Пред.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Coreano

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.

Ruso

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

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Coreano

/* * 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; }

Ruso

/* * Возвращает новый 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; }

Última actualización: 2011-03-23
Frecuencia de uso: 1
Calidad:

Advertencia: contiene formato HTML invisible

Obtenga una traducción de calidad con
7,758,535,369 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo