How can I display banners and links Using Javascript?

Discussion in 'JavaScript' started by ElectronDon, Nov 1, 2008.

  1. #1
    Hello Fellow Users,

    I would like to know if there is a way for me to display banners and links on my website by using a Javascript snippet such as this:

    <script>code here</script>

    I want to avoid using standard html links.

    Could anyone advise me on what script to use etc?

    Thanks!
     
    ElectronDon, Nov 1, 2008 IP
  2. keyaa

    keyaa Peon

    Messages:
    137
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    document.write( .. html .. ); ?
    Or insert the desired elements into the DOM tree.
     
    keyaa, Nov 2, 2008 IP