J
John Ratz
Have been getting what appear to be script errors where
function OAS_RICH( ) is not found. Other apparently
related code appears to be OK. This happens on several
diff sites, but I cannot see pattern btwn what works &
doesnt.
Here is the offending piece of code:
function OAS_AD(pos) {
if (OAS_version >= 11)
OAS_RICH(pos);
else
OAS_NORMAL(pos);
}
No results searching KB, etc.
function OAS_RICH( ) is not found. Other apparently
related code appears to be OK. This happens on several
diff sites, but I cannot see pattern btwn what works &
doesnt.
Here is the offending piece of code:
function OAS_AD(pos) {
if (OAS_version >= 11)
OAS_RICH(pos);
else
OAS_NORMAL(pos);
}
No results searching KB, etc.