[UPHPU] help with a snippet of code
Jordan Schatz
white.armor at gmail.com
Wed Dec 9 15:47:53 MST 2009
> > This is actually a javascript question...
> >
> > This works:
> >
> > eval ("document.item_form.FinalPrice_" + counter + ".value =" +
> > final_price);
> >
> > This doesn't:
> >
> > document.item_form.FinalPrice_[counter].value = final_price;
> >
> > What I am doing wrong.
This is a little off topic, but is there a good javascript debugger? I
dislike working in js, but I think alot of it is do to the fact that it
just dies, no error line, to suggestions as to what kind of an error...
Jordan
More information about the UPHPU
mailing list