The reason I asked the stupid question is
Yes it's possible to open a window with JavaScript but
JavaScript isn't going to pull your parameters or pass those parameters to a new window without a lot of help
You basically have a database of dog shows. You will need a server-side solution to display the results of a database query. That involves, probably, MySQL and PHP. Now, JavaScript can open a new window to display the results of that query, but it can't make the query because it's a client-side language. In other words, JS only works on the user's computer, not the server.