Posted By: nevo
function with parameter ! - 04/14/06 13:41
it's will help alot think about it for example(from javascript):
Code:
this is my suggestion.
Code:
function write_text(my_text){
document.write(my_text);
}
write_text("asd");
this is my suggestion.
read the manual and/or scripting tutorials