Hi!
I'm wondering if it's possible to use variables in the document.* string...
my example
function checkAmount(amount){
if (document.form.amount.value != 0){
blablabla
}
}
I hope you can understand my problem =)
Your help is very appreciated!
Thanks in advance, steve
I'm wondering if it's possible to use variables in the document.* string...
my example
function checkAmount(amount){
if (document.form.amount.value != 0){
blablabla
}
}
I hope you can understand my problem =)
Your help is very appreciated!
Thanks in advance, steve