1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Basic Javascript Loop

Discussion in 'JavaScript' started by pixelpie, Nov 23, 2007.

  1. #1
    mmmmmmmmmmmmmmmmmmm
     
    pixelpie, Nov 23, 2007 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Are you asking for a loop to make a dynamic HTML with those 'm' as content ?
     
    ajsa52, Nov 23, 2007 IP
  3. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #3
    var m;
    for(m='m'; m != 'mmmmmmmmmmmmmmmmm'; m+='m'){
    continue;
    }
    alert(m);
    Code (markup):
     
    joebert, Nov 23, 2007 IP