Gossamer Forum
Home : General : Perl Programming :

calling an image using an html page from a script?

Quote Reply
calling an image using an html page from a script?
hello:

i've got the following similiar code on an existing html page that contains a lot of text:

<img src="http://www.domain.com/image.cgi">

how would i write the image.cgi to put the desired image onto that page?

thanks in advance Smile
Quote Reply
Re: calling an image using an html page from a script? In reply to
Take a look at how I did it:
http://www.cellwarp.com
There are some scripts that can do the job for you.