Here's the deal. I am communicating with a back office Unix server that has differing software flags turned on or off. I am building wizards using html and javascript to interface with the setting up of certain options on this server. There are certain options that are not available based on their config. As it stands now, the customer would have to go through the wizard and setup options, even those that do not affect them. I want to make this as quick and painless as possible. So here is what I would like to do...I want the wizard to look to the Unix server, figure out what they do and do not have on their config then take them theough only the options flags that pertain to them. I have the code done for seeing what their config is and we have the individual options pages done. So now I need to figure out the navigation. At the bottom of every options page is a submit button that sets the option and takes them to the next option. How do I dynamically set this to go to a page based on their config? Right now it is set statically. Do I build an external
js file that has the htm file names and build some code to look at that or what. I know this is long winded and due to that and space, I am not posting code, but please let me know what code you want to see and I will post.
Thanks
Clay Hess