Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!
Vovan said:Thanks, people!
Some simple Perl code. . . .perhaps?
#!/usr/bin/perl
# print out headders
print "Content-Type: text/html\n\n";
# hello world!
print "Hello World!";
$i = 0;
$i = $i + 7
print "$i";
Content-Type: text/html
Hello World!8
Vovan said:Thanks, Su Root!
Does anybody know, what is DHTML???
UnseenMenace said:
If the D is capitalized, (Dynamic HTML), DHMTL refers to HTML 4 extensions that will enable a Web page to react to user input without sending requests to the Web server.
If the d is not capitalized, (dynamic HTML), dHTML refers to the combined use of HTML and any of a variety of technologies (Javascript, CSS, CGI, SSI, Visual Basic, etc.) used to create interactive or animated Web pages.
<!--#exec cgi="counter.cgi" -->
<!--#include file="footer.html" -->