Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Submitting forms

    I followed the directions for creating a web form in
    publisher. When I click submit it says The page cannot
    be displayed and the url at the top tries to go here
    index_files\--WEBBOT-SELF--
    I tried making a page and having it submit to a page on
    the server and then I tried having it submit to my e-mail
    and the same problem arose.
    Josh Guest

  2. Similar Questions and Discussions

    1. Submitting XML to an URL
      hello, I'm not sure this is the right place for this question, but hopefully somebody can help. I'm trying to build an in-memory XML file and...
    2. Submitting forms second time just resets page
      Hi All, I am trying to create a little form where I can enter a SQL query and return the data in a datagrid. A lot of the times the first time I...
    3. Submitting whole PDF to server
      Hello all, I am working on a small project and cannot seem to locate the information I require... I have a PDF form that has been created in Adobe...
    4. Submitting Access Web Forms to a Database
      I would like to use access forms on an intranet. I have created a submit button using the wizard. When I run the form and try to use the submit...
    5. Submitting forms to popup Windows - Can it be done...
      Posted this message before and it looks like it got lost in the shuffle. I'm in need of having a form submitted to a popup window, where the...
  3. #2

    Default Submitting forms

    >-----Original Message-----
    >I followed the directions for creating a web form in
    >publisher. When I click submit it says The page cannot
    >be displayed and the url at the top tries to go here
    >index_files\--WEBBOT-SELF--
    >I tried making a page and having it submit to a page on
    >the server and then I tried having it submit to my e-mail
    >and the same problem arose.
    >.
    >
    I am aware that you need to use FP extensions but is there
    a way to do it without this component. The server I am
    using has CGI Script components, is it compatible with
    this?
    Josh Guest

  4. #3

    Default Re: Submitting forms

    This is covered on my FAQ page at my site.

    --
    David Bartosik - Microsoft MVP
    Visit [url]www.davidbartosik.com[/url]
    for Publisher and Web Design
    Tips and How-to's.

    "Josh" <JZSurfer56@aol.com> wrote in message
    news:01fa01c397a4$9a27dbc0$a001280a@phx.gbl...
    > I followed the directions for creating a web form in
    > publisher. When I click submit it says The page cannot
    > be displayed and the url at the top tries to go here
    > index_files\--WEBBOT-SELF--
    > I tried making a page and having it submit to a page on
    > the server and then I tried having it submit to my e-mail
    > and the same problem arose.

    David Bartosik - MS MVP Guest

  5. #4

    Default Re: Submitting forms

    If you know what you are doing.
    First you go to the form properties and change the processing option to "use
    my ISP's program"
    and enter the URL of said program (CGI).
    Then you need to make the appropriate code modifications in the CGI script.

    --
    David Bartosik - Microsoft MVP
    Visit [url]www.davidbartosik.com[/url]
    for Publisher and Web Design
    Tips and How-to's.

    "Josh" <JZSurfer56@aol.com> wrote in message
    news:082301c3984e$ace166f0$a101280a@phx.gbl...
    >
    > >-----Original Message-----
    > >I followed the directions for creating a web form in
    > >publisher. When I click submit it says The page cannot
    > >be displayed and the url at the top tries to go here
    > >index_files\--WEBBOT-SELF--
    > >I tried making a page and having it submit to a page on
    > >the server and then I tried having it submit to my e-mail
    > >and the same problem arose.
    > >.
    > >
    > I am aware that you need to use FP extensions but is there
    > a way to do it without this component. The server I am
    > using has CGI Script components, is it compatible with
    > this?

    David Bartosik - MS MVP Guest

  6. #5

    Default Submitting Forms

    I have a query and some output like this: <cfquery datasource='pb'
    name='Distributors'> SELECT DISTINCT CUSN79, DSEQ79, CNAM79 FROM Prices ORDER
    BY CNAM79 </cfquery> <CFOUTPUT QUERY='Distributors'> <table cellpadding='2'
    cellspacing='2' width='425'> <form name='#Trim(CUSN79)#' method='POST'
    action='RunBook.cfm' target='_blank' > <INPUT type='Hidden' name='BookParts'
    value='Core'> <tr> <td><font face='Arial'
    size='-1'><strong>#CNAM79#-#Trim(CUSN79)##Trim(DSEQ79)#</strong></font></td>
    <td><SELECT NAME='CUSN79'><OPTION
    VALUE='#Trim(CUSN79)##Trim(DSEQ79)#'>#CUSN79#</SELECT><INPUT TYPE='submit'
    VALUE='Go'></td> </tr> </form> </table> </CFOUTPUT> So there are 'Go' buttons
    next to each CNAM79 (Customer). When the 'Go' button is pressed the form is
    submitted and a new page is opened (_blank). This works great! But I dont want
    to have to go down the list and press 'Go' over and over I want to Press one
    button and it submits it over and over opening a new window for each form.
    Note: the next page creates a file based in the form criteria; and needs to
    execute individually. How can I loop through this without Pressing a button?
    Thanks for looking George Smith

    GeorgeWS Guest

  7. #6

    Default Submitting Forms

    Hi all

    I am not new to Dreamweaver but I am new at knowing how to script the .pl
    forms so that people can submit their enquiries from our site.

    We already have a working one, but I am creating a new section and want to use
    different text.

    I have been able to copy the original so that they can input their details and
    add comments but once you press submit it comes up with invalid email address,
    even though the one I have put in is a valid, in use address!
    If you goto [url]http://www.dmcplc.co.uk/products/additiona...estnewpages.htm[/url] you
    can see what I have been trying to do.

    What I am trying to do is have a product page with the form they need to fill
    in one one page because at the moment on our site you look at a product then
    click on a .gif to link to the index page. Once filled in they press submit
    then the Thankyou for submitting your enquiry page comes up. The form is then
    emailed to us.

    Any advice would be greatly appreciated.

    Barbwire2 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