href="http://shikiryu.com/test.html?id=12"
href="http://shikiryu.com/test.html?id=12"
=> OK
href="http://www.shikiryu.com/test.html?id=12"
href="http://www.shikiryu.com/test.html?id=12"
=> OK
href="http://www.example.com/shikiryu.com/test.html?id=12"
href="http://www.example.com/shikiryu.com/test.html?id=12"
=> PAS OK (même si très peu probable)
href="example.com/test.html"
href="#"
=> OK
href="www.example.com/test.html"
href="#"
=> OK
href="http://www.example.com/test.html"
href="http://www.example.com/test.html"
=> PAS OK (pourtant le cas le plus courant !)
href="httpsdfsdf://www.example.com/test.html"
href="httpsdfsdf://www.example.com/test.html"
=> PAS OK
href="blabla://www.example.com/test.html"
href="#"
=> OK
Partager