Use my version of this function:
function populateCountry(inForm,sel
if (selected == "") {
return;
}
var selectedArray = eval(selected + "Array");
var opt = inForm.County.options;
opt.length = 0;
for (var i=0; i < selectedArray.length; i++) {
var selVal = selectedArray[i].match(/'(
var selOpt = false;
if(location.search.indexOf
opt[opt.length] = new Option(selVal, selVal, selOpt, selOpt);
}
if (inForm.State.options[0].v
inForm.State.options[0]= null;
if (navigator.appName == 'Netscape') {
if (parseInt(navigator.appVer
navigator.platform == 'Win32' ||
navigator.platform == 'Win16') {
window.history.go(0);
}
}
}
}
and change your link to this:
<a style="color: #3333cc; font-weight:700" href="http://www.find-appr
Appraiser Request</a>
Main Topics
Browse All Topics





by: js23847Posted on 2004-12-04 at 21:46:12ID: 12746895
If you could be very specific and provide the code that will accomplish this I would appreciate it - I know very little about java - thanks!!