In the inc_code.asp file you will see this bit of code at the top:helpstat = false;
stprompt = false;
basic = true;
That sets which Mode is the default. At the moment it is set to Basic. If you want to set it to prompt, change stprompt to "true" and change basic to "false".helpstat = false;
stprompt = true;
basic = false;
- David