Forum Moderators: open
A cgi script is called through an IMG SRC tag on my HTML page. The script returns the image via a Location command to the HTML page.
I find that within the cgi script I cannot use the Location command to redirect to another HTML page. It can only be used to deliver an image. I assume this is because I am trapped within the IMG tag of the HTML page.
Anyway to force this?