I am trying to develop a "lazy link" anchor where if the user clicks the link a number of predetermined links open up in separate tabs in Firefox and MIE 7+.
so basically:
Code:
<a href="more code here">click me to open 10 bookmarks</a>
users can click one link and it automatically opens up 10 of their favorite bookmarks
I realize this is potential for spam abuse -- but we already have popup blockers to prevent this -- I am lazy and I want to open my favorite sites with one link.. hence I think this is the best solution.
anyone know how to do this?