Blank index.html Template File
Something that web developers use often, or at least used to, is an index.html file. On occasion I find a need for it when I am testing out code or…
Something that web developers use often, or at least used to, is an index.html file. On occasion I find a need for it when I am testing out code or…
Here is a very simply piece of code you can put on your site that will force all external links to open in a new window. It requires jquery but what site doesn't already have jquery running on it these days? This also adds a class to all your external links of "externalLink" so you can style your external links differently if you want to.