Tsakalidis,
Thanks for the bug-report.
The file-name should be inc_code.asp
The changes needed:
type=prompt("Type of list Enter \'A\' for alphabetical, \'1\' for numbered, Leave blank for bulleted.","");
while ((type!="") && (type!="A") && (type!="a") && (type!="1") && (type!=null)) {
type=prompt("ERROR! The only possible values for type of list are blank 'A' and '1'.","");
}
Pierre