Calendar Will not load

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Calendar Will not load

    I am a new CF developer (hobby - not pro) and I downloaded a CF Calendar. The
    calendar populated with a simple Access database (only one table) and I am
    trying to get it to work. Every time I "Preview in Browser" the 1st form loads
    fine (it is simply the form that calls the calendar.cfm file. Whenever I click
    the hyperlink that calls the calendar.cfm file, it tries to load, but never
    completes. Then, instead of loading into the browser, a second instance of the
    calendar.cfm form (as calendar.cfm(1) ) opens in Cold Fusion 8.0.

    Does anyone know why this may be happening? I can send files if anyone is
    interested to help me.

    If someone could look at this very simple application and let me know why it's
    not loading, I would really appreciate it!!

    DWill84411 Guest

  2. Similar Questions and Discussions

    1. How can I load load Additional extensions ?
      My OS is Winxp . My web server is apache 2 which is installed as a NT service . My php version is 4.32 , and I extracted it into "c:\php" . I...
    2. 2006 calendar needed for photo calendar
      I want to start work on a 2006 calendar featuring my own photographs. In Photoshop there used to be a calendar-creating feature that worked well,...
    3. Pop-up Calendar
      I have some script (below) which is returning the date from a pop-up calendar. My problem is that the date is being returned in a dd/mm/yyyy format....
    4. asp calendar
      Can some of you point me to some website with good asp calendars. I did a search on the google but didn't find a whole lot . Thanks
    5. ASP:Calendar CSS
      Is there any work arounds for getting the CSSClass property to work on the TitleStyle for teh calendar? Everything I've read said that it is an...
  3. #2

    Default Re: Calendar Will not load

    Cold Fusion 8.0
    I suppose you mean Dreamweaver 8. Coldfusion is still at 7.x.

    the form that calls
    Confuses me. I expect a function to call and a form to post.
    Instead of clicking on a hyperlink, why not fill the form and click on
    its submit button?


    BKBK Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139