lets say we have a link
<a href="/something" target="_new">blah</a>
and now i want a button to do the same thing as the link does, without using jquery.
does anyone have experience with something like that?
edit:
This needs to be a link that uses target="_new" because doing that instead of a straight popup is a workaround for some problems IE6 has with opening downloads in popups.
In short: i have a very good reason for using a link, but i started out with a button, so it would be good to not have to style my link to look like button if i can do something with javascript.