Here is the code
Code: Select all
<SCRIPT>
function insertScript()
{
var sHTML="<ul><li class="body">4-cylinder 140hp 4.5 litre.</li><li class="body">6-cylinder 185hp 6.8 litre.</li></ul>";
ScriptDiv.innerHTML = sHTML;
}
</SCRIPT>Code: Select all
<a href="javascript:insertScript();">Latest John Deere PowerTech Engines</a>Code: Select all
<DIV ID="ScriptDiv"></DIV>Cheerz
Mark