Gli ultimi tutorial di sviluppo web
 

Input URL type Property

Input URL Object Reference Oggetto URL Input

Esempio

Ritorna il tipo di elemento di modulo campo URL è:

var x = document.getElementById("myURL").type;

Il risultato di x sarà:

url
Prova tu stesso "

Definizione e l'utilizzo

I rendimenti tipo di proprietà che tipo di elemento di modulo campo URL è.

Per un input type = "url", questa proprietà sarà sempre tornare "url" .


Supporto browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

La proprietà tipo è supportata in tutti i principali browser.

Nota: Il <input type="url"> elemento non è supportato in Internet Explorer 9 e versioni precedenti, o in Safari.


Sintassi

urlObject .type

Dettagli tecnici

Valore di ritorno: Una stringa, che rappresenta il tipo di elemento di modulo campo URL è

<Oggetto URL Input