/ Published in: JavaScript
Expand |
Embed | Plain Text
<script type="text/javascript"> <? if(isset($highlight_fields)) { foreach($highlight_fields as $field): echo "document.getElementById('$field').className='highlight-field';"; endforeach; } ?> </script>
Comments
Subscribe to comments
You need to login to post a comment.

$this->set('highlight_fields', array('UserLname'));