by Krishna Rath (2 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(16 Votes)
Poll.exe is a WinCGI script that allows you to have a "voting station" on your web page.
It is very simple and usees a module called CGI32.BAS ( from www.ora.com). THis code shows how easy it is to create CGI using VB.
Inputs
You should have little knowledge of servers. Place the poll.html in your server directory, and poll.exe and poll.txt in server/cgi-win.
Assumes
You should have little knowledge of servers. Place the poll.html in your server directory, and poll.exe and poll.txt in server/cgi-win.
The code has been compressed using Winzip7.
Code Returns
The result of your poll
Side Effects
If improperly configured, then you can expect a lot of run-time errors!!
Download Poll.exe (16 KB)