Click to See Complete Forum and Search --> : CGI script help!!!


Lynniz
05-22-2006, 06:50 AM
Hi All,
Is there a way to display an imagemap along with a form using cgi script C++? I tried to use the content type: image/gif, and it didn't work. Please give me some help.

Thank you,

Lynniz

ray326
05-22-2006, 10:59 PM
You'd have to indicate some kind of SSI mechanism on the page so text/html content can be returned.

Lynniz
05-24-2006, 06:32 AM
Hi ray326,
Thank you for the reply. I am new to CGI, so can you tell me what is SSI?

Thanks,
Lynniz

ray326
05-24-2006, 12:48 PM
Server Side Include

It's a mechanism for inserting sub-pages into pages, done either by the web server or by a programming language.