How do I combine this html and javascript?
I need to combine this
class="rollover6"
with this
<center><p><script>document.write ("<a href=\"javascript:document.forms[1].submit();\" title=\"Buy or Bid on this item.\"><img src=\"" alt=\"buy it now\" /></a>");</script></p></center>
How do I do this? Thanks
|