I am an experienced programmer, and I definately have working javascript higher up the page.
I have used a bit of JS higher up to take the contents of a fragment, split the lines up, and generate a css-styled complex table
some of my example JS code that I've used higher up the page is:
I've placed the following code at the bottom of the page
and all it generates is the normal underlined link to the mypage.inc
higher up the page, I already have
I have used a bit of JS higher up to take the contents of a fragment, split the lines up, and generate a css-styled complex table
some of my example JS code that I've used higher up the page is:
Code:
var aHTMLComments = sTextArea.split(re); document.write("<table class='techTable'>"); var re1 = "\&\#95\;" var re2 = "\&\#124\;" var wrds = aHTMLComments[0];
Code:
<a rel="fragment" href="mypage.inc">Alternate text</a> </body> </html>
higher up the page, I already have
Code:
<script language="javascript" type="text/javascript" src="actiniccore.js"></script>
Comment