I have some simple code to open reddit, but i need it to open in a new window. tried some different approaches but can't get any to work. Any idea what to add to below code?
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(window.location); return false"><img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /></a>