Access Code Log In Page

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

  1. #1

    Default Access Code Log In Page

    Here's what I'm attempting to do:

    I need to have a page that has a text box where someone can enter one word or
    a set numbers. Then when thye click the Submit button, it will send them to a
    specified page if what they entered is correct. I do not want to use a database
    of any kind because I won't be storing any info. Any suggestions? A
    blow-by-blow description on how to do this would be great.

    Thanks! :D

    HawksQuest Guest

  2. Similar Questions and Discussions

    1. Access 2002 PDFWriter VBA Code w/WinXP does not work like Access 2000
      I am trying to print an Access 2002 report (Windows XP OS) as a PDF. I had success with Access 2000 in a Windows 2000 environment, but as soon as I...
    2. Newbie needs code pages for SQL Server 2000 access from asp.net page using vb.net
      I am only trying to connect to a local host . I am on Windows 2000 Server with sql 2000 server. My error is the classic "SQL server does not...
    3. how to pass an access DB query onto *next* page? trouble with *next* and *previous* querystring code
      Don;t see any sign of any paging code is your snippets normally take this form Set rso = Server.CreateObject("ADODB.Recordset") rso.PageSize =...
    4. Code Access to page
      There are a couple methods....first you could make use of some application events in global.asax such as Begin Request. However, I would...
    5. Storing ASP code in a Access mdb memofield and insert it in a asp-page
      "Chris Hohmann" <hohmannATyahooDOTcom> schreef in bericht news:eStRtmfPDHA.2480@tk2msftngp13.phx.gbl...
  3. #2

    Default Re: Access Code Log In Page

    not really sure what you hope to achieve, is it a search engine? If so then look at google, they offer site searches where you can do what you want.

    Otherwise look to make you site db enabled.
    boy mackman 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