Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Method now Allowed?

    Hi, I'm using a small modification on the "lightbox gone wild" script to allow
    a lightbox to appear on the click on a submit button. Here's the web site I'm
    working on, everything is working great except for one small problem. Enter a
    name, last name, and select a state, then click "Avast!".

    [url]http://search-pirate.com/index.php[/url]

    It works just fine locally, but on the web, a strange message appears inside
    the lightbox itself. It says:

    Method Not Allowed
    The requested method POST is not allowed for the URL
    /sites/search-pirate/loading.htm.

    For some reason, it thinks that I'm trying to pass POST data into the
    loading.htm page. When in actuality, the lightbox.js script uses loading.htm
    for the content it puts inside of the lightbox which appears once the button is
    clicked. If any javascript experts out there (Gary?) can help me figure this
    help, I'd be eternally grateful.

    Heck, I might even put a link to your web site on my site :-)

    mzanime.com Guest

  2. Similar Questions and Discussions

    1. PHP/MySQL - Error 405 method not allowed
      I've had the most harrowing weekend trying to troubleshoot the "HTTP Errror code 405 Method Not Allowed" message that I have been getting for the...
    2. HTTP status 405: Method not allowed
      Yes, I've seen many posts about this type of error, and none of the solutions people applied worked for me. So please read this one carefully and...
    3. webservice consumer error 405: Method Not Allowed
      I have created a very simple web service and consumer test application. It works like a charm on my development pc, but when I try to deploy it to...
    4. The requested method POST is not allowed for the URL
      I have a page with 3 frames,the top is static(a jpg and a banner), the left one has the menu build in flash, and the main frame is where the "action...
    5. The requested method POST is not allowed
      Do you have a form on the pages? -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH...
  3. #2

    Default Re: Method now Allowed?

    Nevermind, I got it fixed myself, using something called innerHTML.

    Sometimes, I amaze myself :-)
    mzanime.com 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