Forum Discussion
Alison_Hawke
16 years agoOccasional Contributor
I replaced the Array statements with this:
PropArray = new Array("ObjectType", "id");
ValuesArray = new Array("Link", "muppet");
According to your explanation, this is now searching for an object type of Link (from the Object browser) that has an id of "muppet".
I get the error "Object required" for the PropArray line. What is wrong with this code?
PropArray = new Array("ObjectType", "id");
ValuesArray = new Array("Link", "muppet");
According to your explanation, this is now searching for an object type of Link (from the Object browser) that has an id of "muppet".
I get the error "Object required" for the PropArray line. What is wrong with this code?