I'm having a problem getting this code to work..Im working on putting a song in javascript...any help would be great! Javascript should pop up after every verse. Thanks! Can offer small payment for help as well <script type = "text/javascript"> //<! [CDATA[ //from text.html function verse1() { var text = "text\n"; text += "text\n"; } //end verse1 //main code verse1(); //>]] </script>
need more info. how do you want it to popup, div alert? where are your verses stored? what will signal the popup?