Hey there, I added this small widget to my forums where it shows a rotating globe an the visitors from different cxountries. http://scurvy.proboards.com/ problem is when I click it it opens in the same window. Is there a way to adjust the javascript code to make it open in a different window? Heres the code I got. <script type="text/javascript" src="http://ja.revolvermaps.com/m.js"></script><script type="text/javascript">rmm_ki101('2',160,'0sO7NrHl5qR','ff0000');</script>
Since the javascript is stored on a server, on which you have no access, you cant modify the javascript, and thus you can not make any changes in its working. However you can ask the service provider to add this feature to his script, probably it may be possible for him without much effort.
Try this: <script type="text/javascript" src="http://ja.revolvermaps.com/m.js" TARGET="_blank" ></script><script type="text/javascript">rmm_ki101('2',160,'0sO7NrHl5qR','ff0000');</script>