Using JavaScript Popup Calendar with Quform ?

Home Forums Quform PHP Using JavaScript Popup Calendar with Quform ?

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17041
    Trig
    Participant

    Have the following example code for the html side of a popup calendar. How do I get the date selected or returned into the PHP code. – Thank you!

    <HTML>
    <HEAD>
    <TITLE>JavaScript Toolbox - Calendar Popup To Select Date</TITLE>
    <SCRIPT LANGUAGE="JavaScript" SRC="CalendarPopup.js"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript">
    var cal = new CalendarPopup();
    </SCRIPT>
    </HEAD>
    <BODY>

    <FORM NAME="example">
    (View Source of this page to see the example code)<br>
    <INPUT TYPE="text" NAME="date1" VALUE="" SIZE=25>
    <A HREF="#"
    onClick="cal.select(document.forms['example'].date1,'anchor1','MM/dd/yyyy'); return false;"
    NAME="anchor1" ID="anchor1">select
    </FORM>

    </BODY>
    </HTML>

    #17047
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #17055
    Trig
    Participant

    Ally, Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy