Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mrichards

    SHTML page wont run

    I just used Microsoft's lockdown tool and now the shtml page now will not run. What must I do?
  2. mrichards

    Redirect to asp does not work

    I have set up a test server with W2K. When I do a redirect to an APS page I get an "page can not be displayed" error. It works on our other servers and redirects to html pages also work. Does anyone have any ideas?
  3. mrichards

    Multi column report

    I am a non user so before I layout good money on CR I would like to know if it is possible to create a multi-column report similar to a phone book or a yellow pages. The categories would have to be in columns and when the column is full it would have to continue at the top of the next column...
  4. mrichards

    Limiting what is kept in log files

    Is there a way to limit what is being save in the log file. Now it seems that every login is saved even when it is successful. We would like to only save warnings or alerts and not information. Thanx Mark
  5. mrichards

    Sorting a folder by date

    I'm have an asp that lists the contents of a directory which is in alphabetical order but I need it sorted by date. Any ideas? Mark
  6. mrichards

    error with request.form

    What does line 86 say? We'll need more info.
  7. mrichards

    sort of filesytemobject

    I'm have an asp that lists the contents of a directory which is in alphabetical order but I need it sorted by date. Any ideas? Mark
  8. mrichards

    Stop submit on enter in IE

    Is there a simple way of stopping Internet Explorer form submitting a form when someone who is filling in a form hits the enter key? I've seen some fairly elaborate java scripts but I just need something simple. thanks Mark
  9. mrichards

    Stop subit on enter in IE

    Is there a simple way of stopping Internet Explorer form submitting a form when someone who is filling in a form hits the enter key? I've seen some fairly elaborate java scripts but I just need something simple. thanks Mark
  10. mrichards

    5.5 on win2k

    We just installed version 5.5 on Windows 2000 and it takes about a minute to start. Once it is runnig it works well. Anyone have any ideas? Mark
  11. mrichards

    developing multi language web site

    I develope two language asp's and find it easier to just pass a variable along i.e. lan=fr. Mark
  12. mrichards

    Redirect of home page.

    We have created a new homepage for our intranet that contains java applets. We have just found out that some of the older set-ups did not include the virtual machine. I need to be able to check to see if the VM is installed if not then send it to the old homepage. I believe we can check for the...
  13. mrichards

    Find out if browser has VM installed.

    Is there a way of telling if the browser has Virtual Machine installed? After creating a new home page using a Java Applet for an intranet we were told that not all machines had VM installed. I need to determine if VM is installed so I can send either the new page or the old page. Thanks Mark
  14. mrichards

    First ASP Page

    As far as I know ASP only supports VB and Java. If you want to use Perl go to a cgi or Perl forum. Sorry Mark
  15. mrichards

    auto submit page possible?

    Why not just run a second sql and insert the key field into the second table. There is no reason to open another page. do something like this. sql = "INSERT INTO Table1........)" RS.Open sql, conn, 3, 3 ' Run sqlID to get current record number SqlID = "SELECT...
  16. mrichards

    Sending form from the only one asp page

    You can also pass a hidden variable along from the first form (default) using the above method I write multiple pages all the time using only one asp. I also multi language asp's in the same way. Mark
  17. mrichards

    ASP vs PHP?

    Steve It is really a matter of programming preference. Is you have programed in C or Perl the transition should be easy if you have only worked in VBit could be a bit difficult. Mark
  18. mrichards

    Database loop and error

    It sounds like you have a memo field in the table and whe you do your select with "Select * From astu0021.dbf" it is also looking for the memo field file. You might get around it by selecting each field separately and exclude the memo field or make sure the memo field file is store...
  19. mrichards

    Proper way to insert blank "check box" value(s)

    That would have to be done client side. You should ask someone who knows java script if that is possible. The only way it could be done in asp would be having the page rebuilt server side. Mark
  20. mrichards

    Proper way to insert blank "check box" value(s)

    Are you rebuilding the page and doing something like sending a confirmation page? Mark

Part and Inventory Search

Back
Top