babelfish
11-19-2002, 11:11 AM
http://www.simonsgroup.com/test/packages/default.htm
ok, so u do a search using one or more of the options and submit create list compiles and displays the list..
BUT im using this code to show the search criteria that the user just used:
function addVars() {
var f = window.document.listings;
if (pageVars==0) {
f.package.options[f.package.selectedIndex].value=package;
f.package.options[f.package.selectedIndex].text=package;
f.zone.options[f.zone.selectedIndex].value=zone;
f.zone.options[f.zone.selectedIndex].text=zone;
f.doctype.options[f.doctype.selectedIndex].value=doctype;
f.doctype.options[f.doctype.selectedIndex].text=doctype;
}
}
thanks
ok, so u do a search using one or more of the options and submit create list compiles and displays the list..
BUT im using this code to show the search criteria that the user just used:
function addVars() {
var f = window.document.listings;
if (pageVars==0) {
f.package.options[f.package.selectedIndex].value=package;
f.package.options[f.package.selectedIndex].text=package;
f.zone.options[f.zone.selectedIndex].value=zone;
f.zone.options[f.zone.selectedIndex].text=zone;
f.doctype.options[f.doctype.selectedIndex].value=doctype;
f.doctype.options[f.doctype.selectedIndex].text=doctype;
}
}
thanks