marcwolf
Posts: 361
|
| Posted: 03/16/2005, 4:01 PM |
|
I've dropped this in the wish list but on refelction thought that I might get a better response here :/
We do a lot of Javascript coding on our pages.
Now when CCS creates a control - it set up the HTML NAME property but not the ID property.
With many cross browser issues we need to use the getelementbyID() function i.e.
var styles = document.getelementbyID('ClientAbbrv').getattribute('className')
styles = styles + '_changed'
document.getelementbyID('ClientAbbrv').setAttribute('className') = styles
We use the above for something like marking a control when its contents has been changed by the user so to warn before exiting a page without submitting, Yes - we also use CSS a lot too
Unless one has the ID - this does not works, and it is not easy to use the NAME function as there is few JS functions that use it.
Any chance of a fix/enhancement
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|