Cassius
10-12-2006, 08:22 AM
I have a form at the top of a page which consists of just 1 field which contains a list of values. When a user selects a value from this field, i would like that the user will be taken to the section within that page based on the value chosen. How do i do about this ?
I normally use the onChange event, using the document.location.href when i need to take the user to another page, but not sure if it is possible to use the same manner in this instance, since i am simply scrolling down on the same page.
Thanks for any info.
I normally use the onChange event, using the document.location.href when i need to take the user to another page, but not sure if it is possible to use the same manner in this instance, since i am simply scrolling down on the same page.
Thanks for any info.