Slight problem
So, I belive I've seen this before, and I'd like to incorporate it into my site.
I have a pop up. Say, a definition page. I want to link to the same popup multiple times, but with anchor points, so that the user is directed to the definition of the link the clicked.
a href = " definition.html
#one " onClick = " return popitup ( ' definition.html ' ) "
I've done everything correctly as far as I know. I tried the anchor point in a regular window (target="_new") and it worked.
Any ideas?
Sorry if I sound like an idiot. :/