Hi, help me please. HTML codes in a webpage: <script src="http://api.postrank.com/static/widget-v2.js" type="text/javascript"></script> Where the file "http://api.postrank.com/static/widget-v2.js" is beyond my control. The script from "postrank.com" write HTML codes into webpage, something likes tag "<a href>". They use document.write(); My question is, how to force a target="_blank" attribute for the "<a href>" tag, in client-side. While that <a href> tag is created by external JavaScript. Thank you.
From http://diveintoaccessibility.org/day_16_not_opening_new_windows.html: Allow the visitor to choose whether or not he wants to open the link in a new window. Don't force it.