Gossamer Forum
Home : Products : DBMan : Installation :

ADD doesn't work anymore on Windows CPUs

Quote Reply
ADD doesn't work anymore on Windows CPUs
I have used DBMan before, but on this particular installation, when clicking to add a record, it doesn't work on Windows Computers. It brings up a save window to download the file.

Please help, cuz I haven't experienced this before.

The link is http://216.71.89.6/cgi-bin/soho/register/db.cgi?db=default&uid=default&add_form=1

Quote Reply
Re: ADD doesn't work anymore on Windows CPUs In reply to
It would seem the header sub may have been removed from your file, perhaps when the Java code was added.

sub html_print_headers {
# --------------------------------------------------------
# Print out the headers if they haven't already been printed.

if (!$html_headers_printed) {
print "Content-type: text/html\n\n";
$html_headers_printed = 1;
}
}

Visit the customization forum -
Topic = IE and Netscape incompatibility
Posted date = 18-Sep-00 12:01 PM
By = SharpMetal

to review the thread, Eliot and LoisC provided good feedback there.