View Single Post
Old Jan 29th, 2006, 12:14 AM   #2
oNe8
Newbie
 
oNe8's Avatar
 
Join Date: Jan 2006
Posts: 17
Rep Power: 0 oNe8 is on a distinguished road
I never written much javascript but i do i heavy amount of just Java and that seems like it should work you could try going
var power_msg = "Clicks per hour: 123" +"\n" + "Clicks per day: 456" +"\n"+"Link Clicks: 789/250 Power"+ "\n" +"gained yesterday:987";
document.write(power_msg);
oNe8 is offline   Reply With Quote