ASP result page Help!

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

  1. #1

    Default ASP result page Help!

    Hi,
    Can anyone tell me why my results page is not coming back with anything??
    I have set up a simple form in dreamweaver, it connects to a access database
    and IIS web server. When i test the recordset it works ok (returning the
    desired affect). It uses a post method therefore the recordset uses form
    variable. But when i preview in browser and enter text the browser comes back
    with something like the page does not exist or can't be found?? It's not the
    recordset and result page so is there something else i'm missing??
    Thanks, Ian

    longsdale Guest

  2. Similar Questions and Discussions

    1. How do you page large DB result sets?
      Hello, Does anyone have examples how you would use remote objects or web services to handle large DB result sets in flex? Thanks ed
    2. problems with displaying the result.cfm page
      :confused; in my site i have used a search.cfm page and a result.cfm page. although internet explorer displays the search page, when i perform a...
    3. Result XML page not displaying
      I have installed web services on a laptop. I can browse to the asmx page, I can place the request fine. The problem I am having is that the result...
    4. post the result back to same page??
      <html> <body> <Form action="calc.asp" method="post" name="calc"> <P>NUM1: <input type="text" name="num1"> <P>NUM2: <input type="text"...
    5. Making PHP return SQL result to a different page
      Hi I have a Microsoft SQL database I can use (also mySQL, so if you know how to do this in mySQL that is just as useful). The database can only be...
  3. #2

    Default Re: ASP result page Help!

    probably you have "Show descriptive error" option checked in IE. uncheck
    it to get a more meaningful error message:

    Tools > Internet options > Advance tab

    or test in NN or Firefox

    longsdale wrote:
    > Hi,
    > Can anyone tell me why my results page is not coming back with anything??
    > I have set up a simple form in dreamweaver, it connects to a access database
    > and IIS web server. When i test the recordset it works ok (returning the
    > desired affect). It uses a post method therefore the recordset uses form
    > variable. But when i preview in browser and enter text the browser comes back
    > with something like the page does not exist or can't be found?? It's not the
    > recordset and result page so is there something else i'm missing??
    > Thanks, Ian
    >
    Manuel Socarras Guest

  4. #3

    Default Re: ASP result page Help!

    Hi,
    It's not the browser in that case cause i'm testing in all ie, IE, Netscape, firefox. What else couldit be?
    Ian
    longsdale Guest

  5. #4

    Default Re: ASP result page Help!

    Hi,
    Don't worry i was having a thich moment and sorted it. Been working eith
    Apache lately so was getting used to having the directory where i wanted but in
    this project i was using IIS which has to have the directory in the wwwroot
    directory. Once i changed it 'bang' straight up no problem.... cool
    Thanks.

    longsdale 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