Bug Report (I Think)

cytino

New Member
Hi
I am using the following js with onchange:


var lpccalc = $('warningnotice___debt_value').value;

if (lpccalc =< 1000.00){
$('warningnotice___lpc').value = 40.00;
}

else if (lpc => 1000.01 && =<10000.00) {
$('warningnotice___lpc').value = 70.00;
}

else if (lpc => 10000.01) {
$('warningnotice___lpc').value = 100.00;
}

I get the following error:

illegal XML character
http://debtorsdatabase.com/dd1/components/com_fabrik/views/form/element.js
Line 30

Any Ideas?
 
Switched off the eval in the debt_value element and I do not get an error but I still have a blank lpv element where it should show the calculation?
 
Remember to use PM if you need to give me a username/password. Don't post them in open forums! Suggest you change the password when we're done, in case any search engines crawled this thread b4 I removed the password.

-- hugh
 
First thing I noticed is you haven't made the change I gave above (use >=, not =>, etc).

There are also several other issues on this page.

I'm about to head out for the night, but I'll be around all weekend. IM me, and we'll discuss getting this page sorted out once and for all!

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top