I am a fairly advanced programmer, and I for the life of me cannot determine why my window.open statement is not working.
Here is the url where its not working:
http://www.irietones.com/item/conga+___+tumbadora
If you try and click to enlarge any of those rollover images, it's suppose to pop open a new window using the javascript window.open method. For whatever reason, no window opens, and I don't get any javascript errors. I've put in alert statements to verify that it actually hits the right function. All functions are defined in that file so you should be able to just view source and see whats going on.
Here is an IDENTICAL implementation of that window.open call, and it works fine here:
http://www.wholesalechess.com/chess/giant_...hess+Set+Pieces
The two functions being used are identical, so I'm at a complete loss to why ones not working. Could this somehow be a server side issue with TCH?
My popup blocker is not the issue either, I've already looked into that.
PLEASE HELP ME! I'M GOING INSANE!