Open link with largest int string first

Posted on 16th Feb 2014 by admin

I have the following links i would like to open either all at once or one-by-one. How would i proceed?

<a href="/spo/1437571200.html" target="_BLANK">/spo/1437571200.html</a>
<a href="/for/1437570154.html" target="_BLANK">/for/1437570154.html</a>
<a href="/mcy/1437569678.html" target="_BLANK">/mcy/1437569678.html</a>
<a href="/cto/1437569423.html" target="_BLANK">/cto/1437569423.html</a>


I see that the numbers start from largest to smallest. Is this something i could use to open in order?

Other forums