hi,
I would like to know if this is possible and perhaps get some direction as to how I proceed.
On my site, I generate results pages that include links to an image. I currently have it set so the images appear in a new window. How do I make it so that the new window that opens does not have the URL?
I believe this is possible with Javascript, but I don't know Javascript. I could learn enough I think though to get by, but my real question is can this be integrated w/ PHP in the way that I want? In my database table field, I am creating the URL link just by using (open tag)a href="whatever" target="web">Whatever (close tag)
so, the page that is the results page is a dynamically generated page. On a normal HTML page, the javascript could be included on the page. Could I still include the javascript on the page (it would be the page that i pass the results too?)
Does this make any sense? 🙂 any ideas??? all help is appreciated!