I have a large number of documents that contain a particular CSS class (always in an anchor tag). What I want to do is insert a piece of text (or preferably an image) at the end of the linked text using JavaScript. So for example the following code:
<a href="page1.htm" class="asterisk">Page 1</a>
Would output:
Page 1 *
This would be particularly useful for an image to show that the link opened in a new window. Any help very gratefully accepted.
Adam



Reply With Quote




Bookmarks