Question
CSS with repeat region Problem
I have a table that contains 8 columns and 1 row. I have 8
textboxes inside
each column. One of the textboxes must be coloured so I have the following
javascript that runs onLoad:
document.frmMain.txtStatus.style.background = 'blue'
This works great and changes the colour of the textfield as desired UNTIL I
add a Repeat Region behaviour. Then the textfield does not colour and the
following Javascript error is returned:
'document.frmMain.txtStatus.style' is null or not an object.
Why is this and what can I do?
each column. One of the textboxes must be coloured so I have the following
javascript that runs onLoad:
document.frmMain.txtStatus.style.background = 'blue'
This works great and changes the colour of the textfield as desired UNTIL I
add a Repeat Region behaviour. Then the textfield does not colour and the
following Javascript error is returned:
'document.frmMain.txtStatus.style' is null or not an object.
Why is this and what can I do?
