Help for this page

Select Code to Download


  1. or download this
    <form name="form">
    <script language="JavaScript" src="cpy.js" type="text/javascript"></sc
    +ript>
    <input type="text" name="textbox">
    <a href="javascript: show_cal('document.form.textbox.value')">pick dat
    +e</a>
    </form>
    
  2. or download this
    #!/usr/bin/perl
    use CGI;
    ...
    print <<eof;
    ....java script for calendar...
    eof