a bit of help please
Posted: Tue Dec 27, 2005 9:36 am
What POST vars and their values will be available to the server when you just go to https://www.iaai-bid.com/aucsearchbyveh.aspx and click 'Advanced Search' radio?
Are the above vars and their values correct? Or did I make a mistake somewhere?
Looks like an odd question but hey I need to know I'm not doing a mistake somewhere
Code: Select all
_EVENTTARGET => 'rbAdvancedSearch';
_EVENTARGUMENT => '';
_VIEWSTATE => '';
searchBy => 'rbAdvancedSearch';
qsVehicleMake => '';
qsVehicleModel => 'All Models';
qsStartYear => '2005';
qsEndYear => '2005';
qsZipCode => '';
qsSearchRadius => '50 miles';Looks like an odd question but hey I need to know I'm not doing a mistake somewhere