First off, this site rules. I have learned so much from visiting this site and reading threads that I recommend it to many others.
Here is my question:
We have a website that offers sales stats to the user. All the stats are on one page and very difficult to navigate. Instead, I want to use my form to allow a user to display individual html pages using window.open depending on what the user puts into the form. The form contains 3 elements (Month, Year and Type(monthly, quarterly, etc)). For example, if a user chooses January from a dropdown, 2003 from the next dropdown and Monthly from the third, a window would open and display a specific url containing the chart.
I can build the form with no trouble but I dont know what path to take in order to script it. Any thoughts?
Thanks in advance!! 🙂