DeejayMachoo$
24-06-2008, 04:29 PM
function hello(id) {
ADD_DHTML("S_"+ id);
}
its supposed to do this.. well heres an example
hello('rofl')
should make it
ADD_DHTML("S_rofl");
any ideas?
ADD_DHTML("S_"+ id);
}
its supposed to do this.. well heres an example
hello('rofl')
should make it
ADD_DHTML("S_rofl");
any ideas?