qualcosa del genere mi potrebbe aiutare codice: <head> <script> function checkHTTP(str) { return str.match(/http:\/\//gi); } if (checkHTTP("questa stringa contiene http:// ??")) { alert('ho trovato http://'); } else { alert('non ho trovato http://'); } </script> </head>
<head> <script> function checkHTTP(str) { return str.match(/http:\/\//gi); } if (checkHTTP("questa stringa contiene http:// ??")) { alert('ho trovato http://'); } else { alert('non ho trovato http://'); } </script> </head>
visitate http://www.lauropoli.it http://www.stefanozingone.it
Regole del Forum