Hi,
This is the code that is generated when I re-call. The value in the text area has been pasted from an excel sheet in the first form. I get an unterminated string constant error from the browser. Is there a way around this?
Thanks,
Daniel.
<SCRIPT>document.insert.i_part_desc.value = "Part1 UOM1 100 21/01/2004 DESC1
Part2 UOM2 333.33 1/10/2004 DESC2
Part3 UOM3 99999 5/06/2004 DESC3
Part4 UOM4 123456 4/06/2004 DESC4
";</SCRIPT>
This is the code that is generated when I re-call. The value in the text area has been pasted from an excel sheet in the first form. I get an unterminated string constant error from the browser. Is there a way around this?
Thanks,
Daniel.
<SCRIPT>document.insert.i_part_desc.value = "Part1 UOM1 100 21/01/2004 DESC1
Part2 UOM2 333.33 1/10/2004 DESC2
Part3 UOM3 99999 5/06/2004 DESC3
Part4 UOM4 123456 4/06/2004 DESC4
";</SCRIPT>