|
I never gave you anything really just instructed you on how it would be where you where doing it. You asked where the image links where defined and I told you.
target="_blank" is an HTML IMG TAG element. Therefore its not going to open some new window.
The only way to open a whole new script page from the one your on is to use javascript window.open element I would think.
|