Suppose that you have:
<a href="file://...">link1</a>
<a href="file://...">link2</a>
<a href="http://...">link3</a>
<a href="http://...">link4</a>
What code should I use to select only link1 and link2 without using a[href^=http]
?