Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cgi

Writing Cgi Script In Java

I trying to figure out how to write CGI scripts in Java. I followed this examples -> http://www.… Read more Writing Cgi Script In Java

What Is The Issue With This Cgi/html/perl Program?

I am using XAMMP Apache Server. There is a text file named 'animal.txt' containing the name… Read more What Is The Issue With This Cgi/html/perl Program?

Is It Possible To Trigger File Download To A User's Browser?

Is it possible to force file download to user's browser (with the standard dialog prompt of cou… Read more Is It Possible To Trigger File Download To A User's Browser?

How Can I Send Error Message If User Doesn't Select A Radio Button Perl/cgi

Attempting to code my very first Perl/CGI script and have run into some areas I don't quite und… Read more How Can I Send Error Message If User Doesn't Select A Radio Button Perl/cgi

Printing Html In Python Cgi

I've been teaching myself python and cgi scripting, and I know that your basic script looks lik… Read more Printing Html In Python Cgi

Steps In Order To Pass Data From Html Form To Perl Script

I have created a simple HTML, which contains the form below: Solution 1: When a web server receive… Read more Steps In Order To Pass Data From Html Form To Perl Script

HTTP Basic Authentication, Using Python

I want my users to go to a protected directory on my domain. Both .htaccess and .htpasswd are creat… Read more HTTP Basic Authentication, Using Python