Velosai
Registered Headache Cause
- Local time
- Today, 00:59
- Joined
- Aug 3, 2007
- Messages
- 38
Hi,
Need some help, creating an ASP page (creating a gant chart), with fields to show more information on the gant they have the mouse over. My code so far for the event is
onMouseOver="form_name.field_name.value='data to insert';form_name.field_name.value='data to insert'" etc
However, its not work and can't find out why. Can anyone help?
Thanks
Need some help, creating an ASP page (creating a gant chart), with fields to show more information on the gant they have the mouse over. My code so far for the event is
onMouseOver="form_name.field_name.value='data to insert';form_name.field_name.value='data to insert'" etc
However, its not work and can't find out why. Can anyone help?
Thanks