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

Want To Hide Cgi Rendered Html Text For Hostname When Username Text Column Is Empty

I have the current perl code in a .cgi file that we run on our server. This allows us to know which… Read more Want To Hide Cgi Rendered Html Text For Hostname When Username Text Column Is Empty

Include Javascript In Perl-cgi Generated Page

I was trying to add a java-script to a page which is generated on the fly. I tried this, but it see… Read more Include Javascript In Perl-cgi Generated Page

How Do I Read A Text File By Putting Its Data In A Table Using Cgi In Perl?

The CGI to read the data from merch.txt works but how can I put this in a table? HTML File: Solutio… Read more How Do I Read A Text File By Putting Its Data In A Table Using Cgi In Perl?

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

Execute A Cgi Each Time A Button Was Clicked Without Changing The Current Html Page

I am starting my internship on a Home Server able to control mutliple domotics equipments from a we… Read more Execute A Cgi Each Time A Button Was Clicked Without Changing The Current Html Page

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

How Do I Get Selected Value From Drop Down Box In Perl Cgi

I am populating the drop down menu from database. And when I submit the form I am getting empty str… Read more How Do I Get Selected Value From Drop Down Box In Perl Cgi

Working In Python Cgi With Form. Empty Input Error

I am trying to work with forms on python and I have 2 problems which I can't decide for a lot o… Read more Working In Python Cgi With Form. Empty Input Error