|
|
and where exactly are you setting that var???
in all the code you posted the only place i see it is your <input
name="fRating">, and you are trying to dump it BEFORE that (not that it
will work if you were dumping it AFTER - since it is a form filed CF
will see it in the FORM scope only after the form has been submitted).
i guess you are dumping a wrong var... you are definitely not doing what
Dan suggested...
and btw, your login code looks rather wonky, and probably does not do
what you expect it to... but that's a different issue...
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
|
|