|
Posted by Greg Jones on July 7, 2006, 8:03 am
Please log in for more thread options
I want to display the current Batch number in my custom HTML. I've tried
lblBatch.innerText = QSRules.Batch.Number; but this returns a Script error
"Batch.Number" is null or not an object.
Any help appreciated
|