I have a form which requires a date to be input. Here is the control:
<input type="text" name="StopDate" size="10" maxlength="10" onchange="ValidDate;">
here is the sub which is supposed to be called:
<% sub ValidDate()
if...
I'm hoping to get some guidance about this -
I wrote a perl script which I want to execute from an html page.
I'm using this line:
<!--#exec cgi="/cgi-bin/headlines.pl"-->
When I run the HTML, it just includes the command rather than executing it.
From my reading, it looks like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.