Script 5

Presentation Notes

So, let's string together all the information we need.

To join multiple search fields together, you use the ampersand character (&). So the search terms all together would be

action=1&pet.Animal=Dog&pet.Breed=malamute&pet.Age=Adult&pet.Size=&pet.Sex=M&location=NJ

Script Source

action=1

pet.Animal=Dog

pet.Breed=malamute

pet.Age=Adult

pet.Size=

pet.Sex=M

location=NJ

To join multiple search fields together, you use the ampersand character (&). So the search terms all together would be

action=1&pet.Animal=Dog&pet.Breed=malamute&pet.Age=Adult&pet.Size=&pet.Sex=M&location=NJ