Oper
Posts: 1195
|
| Posted: 01/04/2005, 10:42 AM |
|
When we use a Form that the Form is Deep in the page and an error is fired, tCCS retunr the same page with the parameter
?ccsForm=Form
How we could add #BottomForm
to get something like: ?ccsForm=Form#BottomForm
I mean i could Destroy Grey Text, but there is another way?
Thank for your time.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
eiden
Posts: 34
|
| Posted: 01/06/2005, 8:08 AM |
|
One possible solution is to use javascript in the
error template block.
Maybe you can use something like and redirect to the anchor in the page.
For instance (HTML view):
<!-- BEGIN Error -->
{Error}
<script language="javascript" type="text/javascript">
window.location='#bookmark'
</script>
<!-- END Error -->
Or what do you think?
|
 |
 |
|